@extends('admin.layout.master') @section('home')
advance Details
advance List
Employee Name {{$advance->empinfo->emp_name}}
Employee code {{$advance->emp_id}}
Dept. name {{$advance->empinfo->fetch_department->name}}
Apply Date {{$advance->application_date}}
Disburse Date {{$advance->disburse_date}}
Start Date {{$advance->start_month}}
Amount {{$advance->amount}}
Installment No. {{$advance->installment_no}}
Installment ammount {{$advance->installment_amount}}
Total Installment ammount {{$advance->total_installment_amount}}
Purpose {{$advance->purpose}}
Note {{$advance->note}}
status {{ $advance->status == 1 ? 'Active' : ($advance->status == 2 ? 'Pending' : ($advance->status == 3 ? 'Rejected' : ($advance->status == 4 ? 'Completed' : 'Paused' )) )}}
@endsection @section('script') @endsection