@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}

{{ $data['title'] }}

@if (hasPermission('sms_mail_template_create')) {{ ___('common.add') }} @endif
@if (hasPermission('sms_mail_template_update') || hasPermission('sms_mail_template_delete')) @endif @forelse ($data['templates'] ?? [] as $key => $row) @if (hasPermission('sms_mail_template_update') || hasPermission('sms_mail_template_delete')) @endif @empty @endforelse
{{ ___('common.sr_no') }} {{ ___('common.title') }} {{ ___('academic.type') }} {{ ___('account.description') }}{{ ___('common.action') }}
{{ ++$key }} {{ $row->title }} {{ $row->type }} @if($row->type == App\Enums\TemplateType::SMS) {{ @$row->sms_description }} @else {!! @$row->mail_description !!} {{ ___('common.attachment') }}: @endif

{{ ___('common.no_data_available') }}

{{ ___('common.please_add_new_entity_regarding_this_table') }}

@endsection @push('script') @include('backend.partials.delete-ajax') @endpush