Leave Action
{{ session('message') }}
@endif
Employee | {{ $sh->user->name ?? '' }} |
---|---|
Employee Id | {{$sh->user->employe_id ?? ''}} |
Title | {{$sh->title ?? ''}} |
Leave Type | {{ $sh->leave_type ?? '' }} |
Description | {{$sh->description ?? ''}} |
Contact | {{$sh->contact ?? ''}} |
Start Date | {{$sh->startdate ?? ''}} |
End Date | {{$sh->end_date ?? ''}} |
Status | @if($sh && $sh->status=='approved') {{$sh->status}} @elseif($sh && $sh->status=='pending') {{$sh->status}} @elseif($sh && $sh->status=='cancel') {{$sh->status}} @endif |