@extends('admin.master_layout') @section('title') {{ __('translate.Global Email Template') }} @endsection @section('body-header')

{{ __('translate.Global Email Template') }}

{{ __('translate.Dashboard') }} >> {{ __('translate.Global Email Template') }}

@endsection @section('body-content')
@csrf @method('PUT')

{{ __('translate.Global Email Template') }}

{{ __('translate.Global email template help') }}

{{ __('translate.Email global template admin warning') }}

{{ __('translate.Email global template fragment help') }}

{{ __('translate.Email header content help') }}
{{ __('translate.Email footer extra help') }}
{{ __('translate.Email assembly structure') }}
  1. {{ __('translate.Email structure step header') }}
  2. {{ __('translate.Email structure step body') }}
  3. {{ __('translate.Email structure step banner') }}
  4. {{ __('translate.Email structure step footer') }}

{{ __('translate.Global email template body note') }}

@endsection @push('style_section') @endpush