{{__('admin.Edit Email Template')}}

{{__('admin.Email Template')}}
@if ($template->id != 3)
@if ($template->id == 1) @php $name="{{name}}"; @endphp @endif @if ($template->id == 2) @php $name="{{name}}"; @endphp @php $email="{{email}}"; @endphp @php $phone="{{phone}}"; @endphp @php $subject="{{subject}}"; @endphp @php $message="{{message}}"; @endphp @endif @if ($template->id == 4 || $template->id == 8) @php $name="{{user_name}}"; @endphp @endif @if ($template->id == 5) @php $name="{{seller_name}}"; @endphp @php $method="{{withdraw_method}}"; @endphp @php $total_amount="{{total_amount}}"; @endphp @php $withdraw_charge="{{withdraw_charge}}"; @endphp @php $withdraw_amount="{{withdraw_amount}}"; @endphp @php $approval_date="{{approval_date}}"; @endphp @endif @if ($template->id == 6) @php $name="{{user_name}}"; @endphp @php $total_amount="{{amount}}"; @endphp @php $payment_method="{{payment_method}}"; @endphp @php $order_detail="{{order_details}}"; @endphp @endif @if ($template->id == 7) @php $name="{{name}}"; @endphp @endif
{{__('admin.Variable')}} {{__('admin.Meaning')}}
{{ $name }} {{__('admin.User Name')}}
{{ $name }} {{__('admin.User Name')}}
{{ $email }} {{__('admin.User Email')}}
{{ $phone }} {{__('admin.User Phone')}}
{{ $subject }} {{__('admin.User Subject')}}
{{ $message }} {{__('admin.Message')}}
{{ $name }} {{__('admin.User Name')}}
{{ $name }} {{__('admin.Seller Name')}}
{{ $method }} {{__('admin.Withdraw method')}}
{{ $total_amount }} {{__('admin.Total amount')}}
{{ $withdraw_charge }} {{__('admin.Withdraw Charge')}}
{{ $withdraw_amount }} {{__('admin.Withdraw amount')}}
{{ $approval_date }} {{__('admin.Approval Date')}}
{{ $name }} {{__('admin.User Name')}}
{{ $total_amount }} {{__('admin.Total amount')}}
{{ $payment_method }} {{__('admin.Payment Method')}}
{{ $order_detail }} {{__('admin.Order Detail')}}
{{ $name }} {{__('admin.Seller Name')}}
@endif
@csrf @method('PUT')