@extends('layouts.admin') @section('title', 'Document Templates') @section('page-title', 'Document Templates') @section('content')
Choose default templates for invoices, quotations, and receipts
Select the default template for invoice documents
@elseif($key === 'minimal')
@elseif($key === 'classic')
@else
@endif
@if($defaultInvoiceTemplate === $key)
{{ $template['description'] }}
Select the default template for quotation documents
{{ $template['description'] }}
Select the default template for receipt documents
@elseif($key === 'classic')
@elseif($key === 'minimal')
@else
@endif
@if($defaultReceiptTemplate === $key)
{{ $template['description'] }}