@section('title','View Quote Request') @push('vendor-style') @endpush @push('style') @endpush @push('vendor-script') @endpush @push('script') @endpush {{-- Content --}} @if(auth()->user()->can('fulfill_order_update') && ($quote->status == 1)) Mark as fullfilled check @endif @lang('Customer') {{ $quote->customer->name }} @lang('Name') {{ $quote->name }} @lang('Phone Number') {{ $quote->phone_number }} @lang('Email') {{ $quote->email }} @lang('Quote Status') @if($quote->status == 1) {{$quote->status_label}} @endif @if($quote->status == 2) {{$quote->status_label}} @endif {{$quote->message}} @foreach($quote->messages as $message) @if($message->package) Package: {{$message->package->title}} {{strip_tags($message->package->option->description)}} Price: {{$message->package->option->price}} @Lang('custom.KWD') {{$message->package->option->price}} @Lang('custom.KWD') @else {{$message->message}} @endif @endforeach
{{$quote->message}}
Package:
{{$message->package->option->price}} @Lang('custom.KWD')
{{$message->message}}