@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)
@foreach($notesheet as $item1) @endforeach
ANR NO. Applicant Name Category Notesheet
{{$loop->iteration}} {{$item1->anr_no}} / {{$item1->anr_year}} {{$item1->applicant}} {{$item1->category}} @if($item1->file_name != '') View & Forward @endif
@endif @endif
@endforeach @endif @endif @endsection @push('scripts') @endpush @push('scripts') @endpush