@extends('admin.layouts') @section('title', 'Notification') @section('header') @endsection @section('content')

Notification

Create Notification
@csrf
History
@foreach($notifi as $notifis) @endforeach
S/N TITLE DESCRIPTION ACTION
{{$loop->iteration}} {{$notifis->notification_title}} {{$notifis->discription}}
@endsection @section('footer') @endsection