@extends('admin.layouts') @section('title', 'Notification') @section('header') @endsection @section('content')
| S/N | TITLE | DESCRIPTION | FROM DATE | TO DATE | TYPE | ACTION |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $notification->title }} | {{ $notification->description }} | {{ $notification->from_date }} | {{ $notification->to_date }} | {{ $notification->type }} |