@extends('layouts.default') @section('title', $module_title) @push('head') @endpush @section('content')
@if(Session::has('failed'))
{{Session::get('failed')}}
@endif @if($is_post_method != 'yes') @endif
@csrf

{{$module_title}}

@error('anr_no') {{ $message }} @enderror
@error('anr_year') {{ $message }} @enderror
@if(isset($anr_details))

Case Details

{{ $anr_details->anr_no.'/'.$anr_details->anr_year }}
{{ $anr_details->diary_number.'/'.$anr_details->diary_year }}
{{ $anr_details->applicant }}
@csrf

Fill Invoice Details

@if($last_invoice_details) @if(count($last_invoice_details)==0) @if($anr_details->date_of_decision) @endif @else @if($anr_details->date_of_decision) @endif @endif @endif
@foreach($statement_of_rates as $ot) @if(in_array($ot->id, $array_consider)) @if((($ot->id==1 || $ot->id==6) && $item_filing_allow == 1) || ($ot->id==2) || ($ot->id==3 && $item_disposal_allow == 1) ) @endif @endif @endforeach
Item Name Date Total (Rs.)
@if($ot->id==2) @endif @if($ot->id==2)
@endif
@if($item_filing_allow == 1) @if($paperbook_documents) @foreach($paperbook_documents as $pd) @foreach($statement_of_rates as $ot) @if($ot->id == 4) @endif @endforeach @foreach($statement_of_rates as $ot) @if($ot->id == 5) @endif @endforeach @foreach($statement_of_rates as $ot) @if($ot->id == 7) @endif @endforeach @foreach($statement_of_rates as $ot) @if($ot->id == 8) @endif @endforeach @endforeach @endif
Typing Dictation Photocopy Translation
{{$pd->document_name.' [Pages '.$pd->total_pages.']'}}
@endif
Grand Total (Rs.) :
@endif
@endsection @push('scripts') @endpush