@include('portal.partials.staffFilter')
@if( Request::has('id') )
@include('portal.partials.staffDetails') @if(Request::has('id')) @endif
@endif
{{--
@include('portal.partials.leavePending')
@if( Request::has('id') )

Payroll : {{ isset($getSelectedUser->name) ? $getSelectedUser->name : '' }}

@include('portal.partials.staffPayrollForm')
@endif
@if(isset($getSelectedUser))

{{ $getSelectedUser->name }}

{{ $getSelectedUser->position }} (Bank Detail : {{ $getSelectedUser->bank_details }})
@endif
@include('portal.partials.staffResult')
--}}