@extends('backend.layouts.grid') @section('title', __('Notification Template')) @section('link', route('admin.notificationTemplate.create')) @section('content')
| # | {{ __('Title') }} | {{ __('Message') }} | {{ __('Status') }} | {{ __('Action') }} |
|---|---|---|---|---|
| {{ $key+1 }} | {{ $notification->title }} | {{ $notification->message }} | {!! userStatus($notification->status) !!} |
|