{{-- Back Button --}} ← Back

Proposal Templates

Create and manage reusable proposal templates

Available Placeholders

Click any placeholder to copy to clipboard

@foreach($placeholders as $placeholder => $description)
{{ $placeholder }}
{{ $description }}
@endforeach
@if($templates->count() > 0)
@foreach($templates as $template)
📄
{{ $template->name }} {{ $template->is_active ? 'Active' : 'Inactive' }}
Updated {{ $template->updated_at->diffForHumans() }} • {{ $template->proposals()->count() }} proposal(s) using this
@endforeach
@else
📄
No Templates Yet
Create your first proposal template to get started
@endif