| الصورة | اسم وسوم القبيلة | تغيير الصورة | تعديل | حذف |
|---|---|---|---|---|
|
|
{{ Form::open(array('method' => 'patch','files' => true,'url' =>"adminpanel/somtribes/$people->id" )) }}
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
|
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
|
{!! Form::close() !!} | {!!Form::open(['url' => "adminpanel/somtribes/$people->id","method"=>"DELETE","onclick"=>"return confirm('هل انت متاكد؟!')"])!!} {!! Form::close() !!} |