@extends('portal.ninja2020.layout.app') @section('meta_title', ctrans('texts.view_quote')) @section('header') {{ Breadcrumbs::render('quotes.show', $quote) }} @endsection @section('body') @if(!$quote->isApproved())
@csrf

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

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

@endif @endsection