@extends('layouts.default', ['appTopMenu' => true]) @php use App\Http\Controllers\Da\DaController; use Illuminate\Support\Facades\Crypt; @endphp @section('title', 'ANR Details') @push('scripts') @endpush @if($referrer=='v') @php $head=" for verification"; @endphp @else @php $head=""; @endphp @endif @section('content') @if(!empty($anrList)) @if(count($anrList)>0)