@extends('layouts.default') @php use App\Http\Controllers\DiaryNo\verificationController; @endphp @section('title', 'Diary Details') @push('head') @endpush @php $head=" for verification"; @endphp @section('content') @if(!empty($anrList)) @if(count($anrList)>0)

Diary List{{$head}}

{{-- --}} @foreach($anrList as $item) @php $casetype=$item->case_type; @endphp {{-- --}} @endforeach
Diary No.Case TypeApplicant Name Category
{{$loop->iteration}} {{$item->anr_no}} / {{$item->anr_year}}{{ verificationController::getSCCaseName($casetype); }}{{$item->applicant}} {{$item->category}} @if($head!='') @endif
@endif @endif @endsection @push('scripts') @endpush