@extends('app') @section('content') @if(Session::has('flash_message'))
{!! Session::get('flash_message') !!}
@endif
@if(Auth::user()->hasPermission('worthy-edit')) إرسال إلى شخصيات @endif
شخصيات مثبتة

@if(Auth::user()->hasPermission('worthy-destroy') || Auth::user()->hasPermission('worthy-edit')) @else @endif
# الهوية الإسم الصور آخر تحديث



@if(Auth::user()->hasPermission('worthy-edit')) إرسال إلى المسودة @endif @if(Auth::user()->hasPermission('worthy-destroy')) حذف @endif
شخصيات
@if(Auth::user()->hasPermission('worthy-create')) إضافة شخصية @endif

@if(Auth::user()->hasPermission('worthy-destroy') || Auth::user()->hasPermission('worthy-edit')) @else @endif
# الهوية الإسم الصور آخر تحديث



@if(Auth::user()->hasPermission('worthy-edit')) نشر @endif @if(Auth::user()->hasPermission('worthy-destroy')) حذف @endif
المسودة

@if(Auth::user()->hasPermission('worthy-destroy') || Auth::user()->hasPermission('worthy-edit')) @else @endif
# الهوية الإسم الصور آخر تحديث


{!! Form::open(['method' => 'POST','class' => 'inline','id'=> 'bulkaction']) !!} {!! Form::close() !!} @endsection @section('page_script') @endsection