@extends('layouts.template') @section('content')

Notification Status

@if (session('success')) @endif @foreach ($errors->all() as $error) @endforeach

Notification Status Maintenance

@foreach($notifications as $data) @endforeach
Title Description Action
{{ $data->status_title }} {{ $data->status_description }} {{-- --}}
@endsection