@extends('backend.layouts.master') @section('content')
| {{ translate('Shortcode for Mail') }} | |||
|---|---|---|---|
| {{ translate('Company Name') }} : | [company_name] | ||
| {{ translate('Customer First Name') }} : | [customer_fname] | {{ translate('Merchant First Name') }} : | [merchant_fname] |
| {{ translate('Customer Last Name') }} : | [customer_lname] | {{ translate('Merchant Last Name') }} : | [merchant_lname] |
| {{ translate('Customer Full Name') }} : | [customer_full_name] | {{ translate('Merchant Full Name') }} : | [merchant_full_name] |
| {{ translate('Customer Username') }} : | [customer_username] | {{ translate('Merchant Username') }} : | [merchant_username] |
| {{ translate('Customer Email') }} : | [customer_email] | {{ translate('Merchant Email') }} : | [merchant_email] |
| {{ translate('Customer Phone') }} : | [customer_phone] | {{ translate('Merchant Phone') }} : | [merchant_phone] |
| {{ translate('Customer Address') }} : | [customer_address] | {{ translate('Merchant Address') }} : | [merchant_address] |
| {{ translate('Customer Country') }} : | [customer_country] | {{ translate('Merchant Country') }} : | [merchant_country] |
| {{ translate('Customer State') }} : | [customer_state] | {{ translate('Merchant State') }} : | [merchant_state] |
| {{ translate('Customer City') }} : | [customer_city] | {{ translate('Merchant City') }} : | [merchant_city] |
| {{ translate('Customer Zip Code') }} : | [customer_zip_code] | {{ translate('Merchant Zip Code') }} : | [merchant_zip_code] |