@extends(auth()->user()->hasRole('Pegawai')?'layouts.pegawai.core':'layouts.admin.core') @section('content')
@role('Pegawai')
< Kembali

Notif Terbaru

Semua
@else

Notifikasi Terbaru

Semua Notifikasi
@endrole
@foreach ($notif as $n) @endforeach @role('Pegawai')
@else
@endrole
@foreach ($notif as $n) @endforeach
Tanggal Nama Pegawai Isi Notif Detail
{{date('d/m/Y H:i:s', strtotime($n->created_at))}} {{ $n->pegawai->nama }} {{ $n->isi }} @role('Pegawai') Usulan @else Usulan @endrole
@endsection