@extends('layouts.admin') @section('header', 'Edit Email Template') @section('content')
Back to Templates

Modify Template: {{ $emailTemplate->name }}

@csrf @method('PUT')

Available placeholders: {property_title}

Use these placeholders to personalize the email:

{user_name}
{property_title}
{price}
{bedrooms}
{bathrooms}
{address}
{property_url}
{thumbnail_url}
{area_size}
{year}
is_active) ? 'checked' : '' }} class="w-5 h-5 text-purple-600 rounded border-slate-200 focus:ring-purple-500">
Cancel
@endsection @push('scripts') @endpush