@extends('admin.include.master') @section('title') لوحة التحكم | عن القبيلة @endsection @section('content')
{{ Form::open(array('method' => 'patch','files' => true ,'url' => 'adminpanel/tribeabouts/'.$tribeabout->id )) }}

المقدمة

@if ($errors->has('intro'))
{{ $errors->first('intro') }}
@endif

نشاة ونسب القبيلة

@if ($errors->has('enabout'))
{{ $errors->first('tribalism') }}
@endif
@if ($errors->has('chiefname'))
{{ $errors->first('chiefname') }}
@endif


@if ($errors->has('chiefimage'))
{{ $errors->first('chiefimage') }}
@endif

عن شيخ القبيلة

@if ($errors->has('chiefdesc'))
{{ $errors->first('chiefdesc') }}
@endif
{!! Form::close() !!}
@endsection