{{-- Back Button --}}
← Back
Proposal Templates
Create and manage reusable proposal templates
Add Template
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
@if($template->is_active)
@else
@endif
@endforeach
@else
📄
No Templates Yet
Create your first proposal template to get started
Create Template
@endif
Add Template
×
*
Template Title
Template Content
Active