@extends('layouts.app', ['activePage' => 'notification', 'titlePage' => __('')])
@section('content')
| {{__("jamia.sl_no")}} |
{{__("jamia.description")}} |
{{__("jamia.date")}} |
{{__("jamia.action") }} |
@foreach ($notifications as $notification)
| {{ $i++; }} |
{{ $notification->notes }} |
{{date('d-m-Y',strtotime($notification->created_dt))}} |
|
@endforeach
@endsection
@section('js')
@endsection