@extends('admin.layouts.master') @section('title', __('static.notify_templates.sms')) @section('content') @forelse ($smsTemplates as $index => $smsTemplate)

{{ $smsTemplate['name'] }}

@forelse ($smsTemplate['templates'] as $template) @empty @endforelse
{{ __('static.notify_templates.name') }} {{ __('static.notify_templates.description') }} {{ __('static.notify_templates.action') }}
{{ $template['name'] }} {{ $template['description'] }}
@empty @endforelse @endsection