@extends('admin.include.master') @section('title') لوحة التحكم |تعديل دليل القبيلة @endsection @section('content')

تعديل دليل قبيلة

{{ Form::open(array('method' => 'patch','files' => true,'url' =>"adminpanel/tribeguides/$tribleguid->id" )) }}
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
@if ($errors->has('city'))
{{ $errors->first('city') }}
@endif
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
{{$tribleguid->title}}
{!! Form::close() !!}
@endsection