@if(!$archived)
@if(!$quote->status)
@endif
@if($quote->status)
@endif
@endif
@if(\Auth::user()->isSuperAdmin())
@if(!$archived)
@include('elements.deleteButtonWithConfirmBox', [
'confirmMessage' => 'Are you sure you want to delete this quote? This is not recommended if the quote is used as a finalised quote document for any opportunities, as this might break your business data',
'successRoute' => route('quote-delete', $quote->id)
])
@endif
@if($archived)
@endif
@endif