@extends('admin.layouts.master') @section('title', __('static.notify_templates.email')) @section('content') @forelse ($emailTemplates as $index => $emailTemplate)

{{ $emailTemplate['name'] }}

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