{{-- --}} @foreach($mangers as $manger) {{-- --}} @endforeach
الاسم الصورة المسمي الوظيفيCreated Atالفعل
{{ $manger->name }} {{ $manger->postion }}{{ $manger->created_at }} {!! Form::open(['route' => ['mangers.destroy', $manger->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}