@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
{{-- Failed --}} @if(Session::has("failed")) @endif {{-- Success --}} @if(Session::has("success")) @endif

{{ __('Templates') }}

{{-- Nav links --}} @include('admin.pages.email-templates.includes.navlinks', ['link' => $email_templates->email_template_id])
@csrf {{-- Email Template ID --}}

{{ __('Update Email Template') }}

{{-- Template Subject --}}
{{-- Template Content --}}
{{-- Short codes --}}

{{ __('Available Short Codes') }}

{{ __('Short Code') }} {{ __('Value') }} {{ __('Short Code') }} {{ __('Value') }}
:status {{ __('Appointment Status') }} :hyperlink {{ __('vCard URL') }}
:vcardname {{ __('vCard Name') }} :appname {{ __('App/Website Name') }}
:appointmentdate {{ __('Appointment Date') }} :appointmenttime {{ __('Appointment Time') }}
:googlecalendarurl {{ __('Google Calendar URL') }} :customername {{ __('Customer Name') }}
:appointmentpageurl {{ __('Appointment Page (User View)') }} :previousdomain {{ __('Previous Domain') }}
:currentdomain {{ __('Current Domain') }} :receivername {{ __('Receiver Name') }}
:receiveremail {{ __('Receiver Email') }} :receiverphone {{ __('Receiver Phone') }}
:receivermessage {{ __('Receiver Message') }} :planname {{ __('Plan Name') }}
:plancode {{ __('Plan Code') }} :planprice {{ __('Plan Price') }}
:expirydate {{ __('Expiry Date') }} :registeredname {{ __('Registered Name') }}
:registeredemail {{ __('Registered Email') }} :otpnumber {{ __('Two Factor OTP Number') }}
:orderid {{ __('Order ID') }} :cardname {{ __('Card Name') }}
:cardprice {{ __('Card Price') }} :paymentstatus {{ __('Payment Status') }}
:deliverystatus {{ __('Delivery Status') }} :quantity {{ __('Quantity') }}
:trackingnumber {{ __('Tracking Number') }} :courierpartner {{ __('Courier Partner') }}
:orderpageurl {{ __('Order Page (User View)') }} :totalprice {{ __('Total Price') }}
:supportemail {{ __('Support Email') }} :supportphone {{ __('Support Phone') }}
:customeremail {{ __('Customer Email') }} :actionlink {{ __('Action Link') }}
:checkindate {{ __('CheckIn Date') }} :checkintime {{ __('CheckIn Time') }}
:checkoutdate {{ __('CheckOut Date') }} :checkouttime {{ __('CheckOut Time') }}
:servicebookingpageurl {{ __('Service Booking Page (User View)') }}

{{ __('You can use these short codes in your email template.') }}

{{-- Footer --}} @include('admin.includes.footer')
{{-- Website CSS --}} @php $emailCss = asset('css/email.css'); $emailCss1 = asset('css/email1.css'); @endphp {{-- Custom JS --}} @section('scripts') @endsection @endsection