@extends('back_office.layouts.app') @section('content')
View System Notification
@csrf
@error('name')

{{ $message }}

@enderror
{{ ($systemnotification->status == 1) ? "Active" : "Inactive" }}
@endsection