@extends('layouts.default')
@php
use App\Http\Controllers\Da\DaController;
@endphp
@section('title', 'Dashboard')
@push('head')
@endpush
@section('content')
@if(!empty($user_post))
@if(count($user_post)>0)
@foreach($user_post as $item)
Dashboard {{$item->name}}, {{$item->post_name}}
@if(!empty($notesheet))
@if(count($notesheet)>0)
@foreach($notesheet as $item1)
ANR NO.
Case Type
Applicant Name
Notesheet
@endforeach
{{$loop->iteration}}
{{$item1->anr_no}} / {{$item1->anr_year}}
{{ DaController::getSCCaseName($item1->case_type); }}
{{$item1->applicant}}
@if($item1->file_name != '')
View & Forward
@endif