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

Template Details

{{-- Name --}}
{{-- Image + Description --}}
@if($template->image) Preview @else
Upload
Click to Upload or drag and drop

PNG, JPG or JPEG. Max 5MB.

@endif
{{-- Message Content --}}
Available variables — click to insert
customer_name order_id order_total product_name total_quantity
{{-- Channels --}}
@php $savedChannels = $template->channels ?? []; @endphp
Push Notification
In-app and device push
SMS
Text message to phone
Email
Full email message
{{-- Trigger Rules Card --}}
Trigger Rules
{{-- Action Buttons --}}
Cancel
{{-- Save Confirm Modal --}} @endsection @section('scripts') @endsection