@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' || $template->email_type == 'food_checkout')
|
{order_number}
|
Order Number
|
|
{order_link}
|
Order Link
|
@endif
|
{website_title}
|
Website Title
|
@endsection