@extends('admin.layout') @section('content')
{{__('Edit Email Template')}}
Back
@if ($template->email_type == 'email_verification') @endif @if ($template->email_type == 'order_received' || $template->email_type == 'order_preparing' || $template->email_type == 'order_ready_to_pick_up' || $template->email_type == 'order_picked_up' || $template->email_type == 'order_delivered' || $template->email_type == 'order_cancelled') @endif
{{__('BB Code')}} {{__('Meaning')}}
{customer_name} {{__('Customer Name')}}
{verification_link} {{__('Verification Link')}}
{order_number} {{__('Order Number')}}
{order_link} {{__('Order Link')}}
{website_title} {{__('Website Title')}}
@csrf

@endsection