{{-- Extends layout --}} @extends('layout.default') @section('styles') @endsection {{-- Content --}} @section('content')

চলমান জিপিএফ অগ্রিম (Current GPF Advance) Active From {{$startdate}} to {{$enddate}}

From To
@foreach($datas as $data) @endforeach
Name Rank Sanction number Sanction date Sanction amount Sanction total no installment Sanction installment starting date Sanction no installment paid Sanction total interest amount Sanction adjusted amount Sanction number interest installment Sanction number interest installment paid Contact Number Action
{{ $data->employee->name}} @if(isset($data->employee->rank) && (int)$data->employee->rank > 0){{ $function->rank()[(int)$data->employee->rank]['name_en']}}@endif {{$data->sanction_number ? $data->sanction_number:''}} {{$data->sanction_date ? \Carbon\Carbon::parse($data->sanction_date)->format('d-m-Y'):''}} {{$data->sanction_amount ? $data->sanction_amount:''}} {{$data->sanction_total_no_installment ? $data->sanction_total_no_installment:''}} {{$data->sanction_installment_starting_date ? \Carbon\Carbon::parse($data->sanction_installment_starting_date)->format('d-m-Y'):''}} {{$data->sanction_no_installment_paid ? $data->sanction_no_installment_paid:''}} {{$data->sanction_total_interest_amount ? $data->sanction_total_interest_amount:''}} {{$data->sanction_adjusted_amount ? $data->sanction_adjusted_amount:''}} {{$data->sanction_number_interest_installment ? $data->sanction_number_interest_installment:''}} {{$data->sanction_number_interest_installment_paid ? $data->sanction_number_interest_installment_paid:''}} {{ $data->employee->sms_number}} Details
@endsection {{-- Scripts Section --}} @section('scripts') @endsection