@extends('layouts.app', ['activePage' => 'notification', 'titlePage' => __('')]) @section('content')

{{ __("jamia.notification") }}

@foreach ($notifications as $notification) @endforeach
{{__("jamia.sl_no")}} {{__("jamia.description")}} {{__("jamia.date")}} {{__("jamia.action") }}
{{ $i++; }} {{ $notification->notes }} {{date('d-m-Y',strtotime($notification->created_dt))}}
@endsection @section('js') @endsection