@extends('layouts.default', ['appTopMenu' => true]) @section('title', 'Dashboard') @push('scripts') @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) Notesheets. {{ count($notesheet)==0 ? '' : count($notesheet) }} ANR NO. Applicant Name Category Notesheet @foreach($notesheet as $item1) {{$loop->iteration}} {{$item1->anr_no}} / {{$item1->anr_year}} {{$item1->applicant}} {{$item1->category}} @if($item1->file_name != '') View & Forward @endif @endforeach @endif @endif @endforeach @endif @endif @endsection @push('scripts') @endpush @push('scripts') @endpush