@extends('layouts.default') @push('scripts') @endpush @section('content')
Update Pending application
@if(count($getPendingANR)>0) @foreach($getPendingANR as $val) @endforeach @endif
S.No. ANR No. Applicant Old ANR No.
{{ $sno }} {{ $val->anr_no }} - {{ $val->anr_year }} {{ $val->applicant }} {{ $val->legal_aid_grant_no }} Edit
@endsection