@extends('portal.ninja2020.layout.app') @section('meta_title', ctrans('texts.view_quote')) @push('head') @endpush @section('body') @if(!$quote->isApproved() && $client->getSetting('custom_message_unpaid_invoice')) @component('portal.ninja2020.components.message') {{ $client->getSetting('custom_message_unpaid_invoice') }} @endcomponent @endif @if(!$quote->isApproved())
@endif