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

Notifications Templates

@php if(count($notiTemplates) > 1) $count = 'Notifications Templates'; else $count = 'Notifications Template'; @endphp

You have total {{ count($notiTemplates) }} {{ $count }}.

SN Name Code Created at Updated at Action
@php $filterAction = array( array( 'label' => 'Clear Filter', 'type' => 'danger resetFilter', 'click' => '', ), array( 'label' => 'Submit', 'type' => 'primary', 'click' => 'Swal.fire("Submit")', ) ); @endphp
@csrf
@endsection @push('footerScripts')