@extends('layouts.app') @push('title') {{ $title }} @endpush @section('content')

{{ __($title) }}

@foreach (emailAdminTemplates() as $key => $template) @endforeach
{{ __('Title') }}
{{ __('Details') }}
{{ __('Action') }}
{{ __($template['title']) }} {{ __($template['details']) }}
@endsection @push('script') @endpush