@extends('admin.layout')
@section('content')
{{__('BB Code')}} |
{{__('Meaning')}} |
{customer_name}
|
{{__('Customer Name')}}
|
@if ($template->email_type == 'email_verification')
{verification_link}
|
{{__('Verification Link')}}
|
@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')
{order_number}
|
{{__('Order Number')}}
|
{order_link}
|
{{__('Order Link')}}
|
@endif
{website_title}
|
{{__('Website Title')}}
|
@endsection