@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_send')) {{ ___('common.add') }} @endif
@forelse ($data['smsmail'] ?? [] as $key => $row) @empty @endforelse
{{ ___('common.sr_no') }} {{ ___('common.title') }} {{ ___('academic.type') }} {{ ___('common.user_type') }} {{ ___('account.description') }}
{{ ++$key }} {{ $row->title }} {{ $row->type }} {{$row->user_type_value}} @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