@extends('admin.layouts.master') @section('title', (isset($emailTemplate) ? 'Edit' : 'Create') . ' Email Template | Vogue Technics') @section('styles') @endsection @section('content')
{{ isset($emailTemplate) ? 'Edit' : 'Create' }} Email Template
@include('admin.email_template_management._form')
Available Variables
  • {{ '{customer_name}' }} - Name of the customer
  • {{ '{customer_email}' }} - Email of the customer
  • {{ '{customer_phone}' }} - Phone of the customer
  • {{ '{customer_address}' }} - Address of the customer
  • {{ '{customer_postcode}' }} - Postcode of the customer
Vehicle Information
  • {{ '{reference_no}' }} - Reference number
  • {{ '{vehicle_make}' }} - Make of the vehicle
  • {{ '{vehicle_model}' }} - Model of the vehicle
  • {{ '{vehicle_year}' }} - Year of the vehicle
  • {{ '{mileage}' }} - Mileage
  • {{ '{price}' }} - Price
  • {{ '{guarantee}' }} - Guarantee
  • {{ '{delivery_time}' }} - Delivery Time
  • {{ '{offer_type}' }} - Offer Type
@endsection @section('scripts') @endsection