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

Template Configuration

@csrf

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}
@endsection @push('scripts') @endpush