@extends('backend.template.layouts.template-base') @section('title', 'Notification - Create Template') @section('content')
@csrf
{{-- Template Details Card --}}

Template Details

{{-- Name --}}
{{-- Image + Description --}}
Upload
Click to Upload or drag and drop

PNG, JPG or JPEG. Max 5MB.

{{-- Message Content --}}
Available variables — click to insert
customer_name order_id order_total product_name total_quantity
{{-- Channels --}}
Push Notification
In-app and device push
SMS
Text message to phone
Email
Full email message
{{-- Trigger Rules Card --}}
Trigger Rules
{{-- Action Buttons --}}
Cancel
{{-- Create Confirm Modal --}} @endsection @section('scripts') @endsection