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

Pharmacists List

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

Pharmacists List

@foreach($pharmacists as $pharmacist) @endforeach
Picture Name National ID Email Mobile Num Departments Actions Delete
@if(strpos($pharmacist->picture,'users_pictures')!==false) @else @endif {{$pharmacist->first_name}} {{$pharmacist->last_name}} {{$pharmacist->national_id}} {{$pharmacist->email}} {{$pharmacist->mobile}} @foreach($pharmacist->departments as $de) {{$de->name}} @endforeach
@method('DELETE') @csrf
@endsection @section('scripts') @endsection