@extends('fronted.layout.main') @section('adcontent') @if(session('noticeSuccess')) @endif @if(session('noticeError')) @endif

Total Notice :-{{$totalNotice}}

@php $sno = 1 @endphp @if(count($notices) > 0) @foreach($notices as $notice) @endforeach @else @endif
S.No. Date Notice Type Candidate Name Mobile Room No Seat No. Notice Message View Response Remark
{{ $sno ++ }} {{ \Carbon\Carbon::parse($notice->noticeDate)->format('d-M-Y') }} {{ $notice->noticeType }} {{ strtolower($notice->student->candidatename) }} {{ $notice->student->phone }} {{ $notice->student->roomno }} {{ $notice->student->seetno }} {{ strtolower($notice->NoticeMsg) }} @if($notice->document && file_exists(public_path("assets/uploads/complaintDocuments/".$notice->document))) @else @endif @if(empty($notice->responseMsg)) @else @endif
No notices found.
@endsection