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

Search Applicantion By Application No

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

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@if(isset($application)) @if(!empty($application)) @php $sr=1; @endphp @php $sr++; @endphp
Sr. No. Application Applicant CaseDetail App. Type Received Date Delivered Date Rec. Amt Applied For
{{$sr}} {{$application->app_no}}/{{$application->app_year}} {{$application->applicant}} {{$case_type_string}}/{{$application->case_no}}/{{$application->case_year}} {{$application->app_type}} {{YYYYMMDDtoDateFormat($application->rec_dt)}} {{YYYYMMDDtoDateFormat($application->del_dt)}} {{$application->rec_amt+$application->post_amt+$application->sum_further_amt+$application->sum_fur_amt_post;}} {{YYYYMMDDtoDateFormat($application->filed_dt)}}
@else
No Result Found.
@endif @endif
@endsection @push('scripts') @endpush