@extends('layouts.default') @section('title', 'ANR Details') @push('head') @endpush @section('content') @if(!empty($anrList)) @if(count($anrList)>0)

ANR List

@foreach($anrList as $item) @endforeach
ANR NO. Applicant Name Receipt Mode
{{$loop->iteration}} {{$item->anr_no}} / {{$item->anr_year}} {{$item->applicant}} {{$item->name}}
@endif @endif @endsection @push('scripts') @endpush