@extends(auth()->user()->hasRole('Pegawai')?'layouts.pegawai.core':'layouts.admin.core') @section('content') @role('Pegawai') < Kembali Semua Notif @else Semua Notifikasi @endrole @foreach ($notifall as $n) Detail Pesan × {!! nl2br(e($n->wa_text)) !!} @endforeach @role('Pegawai') @else @endrole Tanggal Nama Pegawai Isi Notif Detail @foreach ($notifall as $n) {{date('d/m/Y H:i:s', strtotime($n->created_at))}} {{ $n->pegawai->nama }} {{ $n->isi }} @role('Pegawai') Usulan @else Usulan @endrole Isi Pesan @endforeach {!! $notifall->links() !!} @endsection
{!! nl2br(e($n->wa_text)) !!}