@extends('users.admin.layouts.master') @section('styles') @endsection @section('content')

Laboratorists List

#Page-ID
@if(session()->has('success')) @endif

Laboratorists List

@foreach($laboratorists as $laboratorist) @endforeach
Picture Name National ID Email Mobile Num Departments Actions Delete
@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
@method('DELETE') @csrf
@endsection @section('scripts') @endsection