@extends('fronted.layout.main') @section('adcontent')
Total Notice:- {{$totalNotice}}
Active Notice:- {{$activeNotice}}
Closed Notice:- {{$resoleveNotice}}
@forelse($notices as $index => $notice) @empty @endforelse
S. No Date Notice Type Candidate Name Mobile Room No Notice Message Response Messge Doc Status Action
{{$index+1}} {{\Carbon\Carbon::parse($notice->date)->format('d-M-Y')}} {{$notice->noticeType}} {{$notice->studentDetails->candidatename}} {{$notice->studentDetails->phone}} {{$notice->studentDetails->roomno}} @if($notice->response) @else Not Responded Yet @endif @if($notice->attachment) View @else @endif @if($notice->status == 1) Delivered @elseif($notice->status == 2) Seen @elseif($notice->status == 3) Respond @endif
Notice not found
@endsection