| {{ $i++ }} |
{{ $notification->subject }} |
{{ $notification->description }} |
{{ $notification->type }} |
{{ $notification->schedule }} |
{{ \Carbon\Carbon::parse($notification->schedule_day)->format('d-m-Y')}} |
{{ $notification->created_who }} |
@if( $notification->updated_who == null)
Belum Diubah |
@else
{{ $notification->updated_who }} |
@endif
{{ \Carbon\Carbon::parse($notification->created_at)->format('d-m-Y H:i:s') }} |
@if( $notification->updated_at == null)
Belum Diubah |
@else
{{ \Carbon\Carbon::parse($notification->updated_at)->format('d-m-Y H:i:s') }} |
@endif
@endforeach