@extends('admin.layout.app') @section('content')

Notification Management

@foreach($notifications_list as $key=>$notification) @if($notification->status=='1') @else @endif @endforeach
S No. Title Status Action
{{$key+1}} {{$notification->title ?? ''}}ActiveDeactive
@endsection