@extends('backend.layouts.master')
@section('title', __('static.sms_templates.sms_templates'))
@section('content')
{{ __('static.sms_templates.sms_templates') }}
Name |
Description |
Actions |
@forelse ($smsTemplates as $smsTemplate)
@foreach ($smsTemplate['templates'] as $template)
{{ $template['name'] ?? null }} |
{{ $template['description'] ?? null }} |
|
@endforeach
@empty
@endforelse
@endsection
@push('js')
@endpush