@if(session()->has('success'))
{{session()->get('success')}}
@endif
Picture |
Name |
National ID |
Email |
Mobile Num |
Departments |
Actions |
Delete |
@foreach($laboratorists as $laboratorist)
@if(strpos($laboratorist->picture,'users_pictures')!==false)
@else
@endif
|
{{$laboratorist->first_name}} {{$laboratorist->last_name}} |
{{$laboratorist->national_id}} |
{{$laboratorist->email}} |
{{$laboratorist->mobile}} |
@foreach($laboratorist->departments as $de)
{{$de->name}}
@endforeach
|
|
|
@endforeach
@endsection
@section('scripts')
@endsection