@if(userCan('ConfirmationDue-List')==0) @php header("Location: " . URL::to('errors.403'), true, 302); exit(); @endphp @endphp @endif @extends('layouts.default') @php $pageTitle = 'Confirmation Due List'; @endphp @section('title',$pageTitle) @section('PageHead') @if ( session('massage') ) × Success! {{session('massage')}} @endif @if ( session('error') ) × Not Success! {{session('error')}} @endif @if (Session::has('errors')) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif {{$pageTitle}} Dashboard @if(userCan('ConfirmationDue-List')>0) Confirmation Due List @endif {{ csrf_field() }} @method('PUT') Per Page 10 25 50 100 Search - All Active In-Active @stop @section('content') Company Department Due Recommendation Pending Approval Pending Completed Action @foreach($datas as $key=>$data) {{@$data->EmpCompanyName->name}} {{@$data->empDepartment->department}} {{@$data->total}} Name Name Name @if(userCan('ConfirmationDueDetails-List')>0) @endif @endforeach @stop