Approvals

@foreach ($shortLeaves as $shortLeave1) @if ($shortLeave1->leave_status1 != 'Withdrawn') @endif @endforeach
First Name Username From To Cc To Reason Session Status Action
{{ $shortLeave1->user->first_name}} {{ $shortLeave1->user->username1}} {{ $shortLeave1->from_time }} {{ $shortLeave1->to_time }} {{ $shortLeave1->cc_to }} {{ $shortLeave1->reason }} {{ $shortLeave1->session }} {{ $shortLeave1->leave_status1 }} @if ($shortLeave1->leave_status1 == 'Pending') @else @endif