@extends('layouts.tenant.master') @section('title', 'Email Menu') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

EditEmail Setting

@endsection @section('breadcrumb-items') @endsection @section('content')
@csrf

{{ $email_content->email_type }}

@if ($errors->has('email_subject'))
{{ $errors->first('email_subject') }}
@endif

@foreach ($email_details as $email_d)
@endforeach
@if (!empty($macro))

NOTE: Please do not change following macro's:

@foreach ($macro as $value) @if (!empty($value))

{{ $value }}

@endif @endforeach
@endif
@endsection @section('script') @endsection