@extends('layouts.default', ['appTopMenu' => true]) @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}}

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

Case 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

--}}
Fill Invoice Details
@foreach($statement_of_rates as $ot) @endforeach
Item Name Total (Rs.)
Grand Total (Rs.) :
@endif
@endsection @push('scripts') @endpush