@if (session()->has('alert')) @slot('type', session('alert')['type']) @slot('msg', session('alert')['msg']) @endif @if ($errors->any()) @endif
{{__('Edit Template')}} - {{ $template->name }}
@csrf @method('PUT')
@include('theme::ajax.blast.formtext') @include('theme::ajax.blast.formproduct') @include('theme::ajax.blast.formmedia') @include('theme::ajax.blast.formsticker') @include('theme::ajax.blast.formvcard') @include('theme::ajax.blast.formlist') @include('theme::ajax.blast.formbutton')
{{__('Back to Templates')}}
{{__('Live WhatsApp Preview')}}

{{__('Loading preview...')}}

{{__('Type a message')}}
{{__('Template Information')}}
{{__('Usage Count')}}
{{ $template->usage_count }}
{{__('Last Used')}}
{{ $template->last_used_at ? $template->last_used_at->diffForHumans() : __('Never') }}

{{__('Created')}}: {{ $template->created_at->format('M d, Y H:i') }}
{{__('Updated')}}: {{ $template->updated_at->format('M d, Y H:i') }}