Staff Management
@if (Session::has('error')) @endif @if (session()->has('message')) @endif @if ($updateMode) @include('livewire.dashboard.staff-update') @endif

Show  

  entries

ID Photo Name Email Phone Personal Info Actions @foreach($staffs as $staff) {{ $staff->id }} @if($staff->photo_path) Photo @else No Photo @endif {{ $staff->name }} {{ $staff->email }} {{ $staff->phone }} {{ $staff->license_plate }}

Phone Number: {{ $staff->phone }}

Email: {{ $staff->email }}

License Plate: {{ $staff->license_plate }}

@endforeach
{{ $staffs->links() }}
{{-- Muhammad Haris Code Start --}} {{-- Muhammad Haris Code End --}}