@extends('layouts.default') @push('scripts') @endpush @section('content')
@csrf
Receipt not linked with ANR No.
@php $sno=1; @endphp @foreach($mul_array_o as $mul_array) @php $sno++; @endphp @endforeach
S.No. Receipt No. Received Date Mode Applicant Address State District Letter Ref. No. Letter Date New
{{ $sno }} {{ $mul_array->receipt_no }} / {{ $mul_array->receipt_year }} {{ $mul_array->created_at }} {{ $mul_array->name_m }} {{ $mul_array->name }} {{ $mul_array->address }} {{ $mul_array->state }} {{ $mul_array->district }} {{ $mul_array->letter_ref_no }} {{ $mul_array->letter_date }} View New
@endsection