@extends('layouts.app') @section('content') @include('layouts.sidebar')

{{ $staff->name }}

{{ $staff->phone_number }}

@if ($staff->profile_photo) Profile photo @endif
@if ($staff->driving_licence) Driving License @endif

{{ $staff->address }}

Close
@endsection