@extends('layouts.master') @section('content')
Notifikasi
@foreach ($data as $datas) @endforeach
Tanggal Notifikasi Status Lihat Lebih Lengkap
{{ $datas['created_at'] }} {{ $datas->data['notification_message'] }} @if ($datas->read_at != NULL) @else @endif
@endsection