@php $data = []; $data['title'] = "Dashboard"; @endphp @include('backend.components.header_link', $data);
@include('backend.components.menu')
@include('backend.components.navbar', $data)
Welcome to the Dashboard

You can organize just about anything in your website using this admin panel!

View Badge User
Teachers

{{$facultyCount}}

Usres

{{$users}}

@if(count($notice) > 0) @foreach ($notice as $noti) @endforeach @endif
S. No. Notification Link Date
{{ $loop->iteration }} {{ $noti->title }} View link {{ \Carbon\Carbon::parse($noti->created_at)->format('d-M-Y') }}
Notification

{{$noticec}}

Department

{{$department}}

Slider

{{$slider}}

Gallery

{{$gallery}}

@include('backend.components.footer') @include('backend.components.footer_link')