@extends('layouts.default') @section('title', 'Account Book') @section('content')

Account Book

@csrf
@if(isset($post))
Statement Showing Pendency of Copying Application in Copying Section From Date {{$date_from}} to {{$date_to}}
Opening Balance on {{$date_to}} Received Application From Date {{$date_from}} to {{$date_to}} Total PendencyDelivered Application From Date {{$date_from}} to {{$date_to}} Balance
{{$opening_pend}} {{$receipt}} {{$opening_pend+$receipt}} {{$disposal}} {{$balance}}
Application Ready but Not Deliverd{{$ready}}
Application Not Ready {{$not_ready}}
Default Application ( Including Incomplete Application) {{$default_app}}+ {{$incomplete_app}}= {{($default_app+$incomplete_app)}}
Actual Pendency = Application Not Ready - Default Application {{$not_ready}} - {{$default_app+$incomplete_app}} = {{$not_ready-($default_app+$incomplete_app)}}
@endif
@endsection @push('scripts') @endpush