@extends('layouts.default', ['appTopMenu' => true]) @section('title', 'Account Book') @section('content')
SN | Application | Applicant | CaseDetail | App. Type | Received Date | Delivered Date | Rec. Amt | Applied For | Entry Dt. | Actual Deliver Dt. | Application Status | Copy Status | Mode |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
SN | {{$application->app_no}} / {{$application->app_year}} | {{$application->applicant}} | {{$cstp}} | {{$application->app_type}} | {{YYYYMMDDtoDateFormat($application->rec_dt)}} | {{YYYYMMDDtoDateFormat($application->del_dt)}} | {{$application->rec_amt}} | {{$application->applied_for}} | {{YYYYMMDDtoDateFormat($application->ent_dt)}} | {{YYYYMMDDtoDateFormat($application->actual_del_dt)}} | {{$application->copy_is}} | {{$flag}} |