@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())
@csrf

{{ ctrans('texts.waiting_for_approval') }}

{{ ctrans('texts.quote_still_not_approved') }}

@endif
{{ ctrans('texts.page') }}: {{ strtolower(ctrans('texts.of')) }}
175%
@endsection @section('footer') @endsection