@extends('portal.ninja2020.layout.app') @section('meta_title', ctrans('texts.view_quote')) @push('head') @endpush @section('body') @if(!$quote->isApproved() && !empty($client->getSetting('custom_message_unapproved_quote'))) @component('portal.ninja2020.components.message') {!! CustomMessage::client($client) ->company($client->company) ->entity($quote) ->message($client->getSetting('custom_message_unapproved_quote')) !!} @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