@extends('portal.ninja2020.layout.clean') @section('meta_title', ctrans('texts.view_quote')) @section('body') @if(!$quote->isApproved())
@csrf

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

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

@endif @endsection