@section('title', __('lang.sidebar.template_email')) @lang('lang.sidebar.template_email')
  • @lang('lang.dashboard')
  • -
  • @lang('lang.sidebar.template_email')
  • @foreach($templateMail as $key => $template)
    @livewire('template.mail-crud', ['template' => $template])
    @endforeach