@extends('backend.layouts.master') @section('title', __('static.sms_templates.sms_templates')) @section('content')

{{ __('static.sms_templates.sms_templates') }}

@forelse ($smsTemplates as $smsTemplate) @foreach ($smsTemplate['templates'] as $template) @endforeach @empty @endforelse
Name Description Actions
{{ $template['name'] ?? null }} {{ $template['description'] ?? null }}
@endsection @push('js') @endpush