@extends('layouts.default', ['appTopMenu' => true]) @section('title', 'Account Book') @section('content')

Disposed or Pending Received Application Between Date

@if ($errors->any())
There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@if(isset($applications)) @if(!$applications->isEmpty()) @foreach ($applications AS $application_key => $application) @php $cstp =$application->str_case_no; @endphp @php($flag='0') @if($application->on_off_flag =="1") @php($flag='Online') @elseif($application->on_off_flag =="2") @php($flag='Offline') @endif @endforeach
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}}
@else
No Result Found.
@endif @endif
@endsection @push('scripts') @endpush