@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 = (substr( $application->fil_no,2,3))." / ".ltrim(substr( $application->fil_no,5,5),'0')." / ".substr( $application->fil_no,10,4); @endphp @php($flag='1111') @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}} {{$application->ent_dt}} {{YYYYMMDDtoDateFormat($application->actual_del_dt)}} {{$application->copy_is}} {{$flag}}
@else
No Result Found.
@endif @endif
@endsection @push('scripts') @endpush