{{ __('Quotation Form') }}

Using Default
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@if($defaultForm)

Default form is active for your company

You are currently using the super admin default quotation form. If you want to change fields for your company, create an override (it will start by copying the default).

@csrf Create Company Override
@else

Default form not configured

Super admin has not configured the quotation form yet. Please ask super admin to create it first.

@endif