![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/medad.corals.io/Corals/modules/Medad/resources/views/quotation_requests/ |
<ul class="nav nav-tabs"> <li class="nav-item"> <a href="#data_quotation_request" class="nav-link active" data-toggle="tab">@lang('Medad::attributes.details')</a> </li> <li class="nav-item"> <a href="#notes" class="nav-link" data-toggle="tab">@lang('Medad::attributes.notes')</a> </li> </ul> <div class="tab-content"> <div class="tab-pane active" id="data_quotation_request"> <h4>@lang('Medad::module.quotation_request.title_singular')[{{$quotationRequest->code}}] @lang('Medad::attributes.details')</h4> <br> <div class="table-responsive"> <table class="table table-striped"> <tr> <th>@lang('Medad::attributes.code')</th> <td>{!! $quotationRequest->present('code')!!}</td> </tr> <tr> <th>@lang('Medad::attributes.notes')</th> <td>{!! $quotationRequest->present('notes')!!}</td> </tr> <tr> <th>@lang('Medad::attributes.types_count')</th> <td>{!! $quotationRequest->present('types_count')!!}</td> </tr> <tr> <th>@lang('Medad::attributes.total_quantity')</th> <td>{!! $quotationRequest->present('total_quantity')!!}</td> </tr> <tr> <th>@lang('Medad::attributes.status')</th> <td>{!! $quotationRequest->present('status')!!}</td> </tr> <tr> <th>@lang('Medad::attributes.owner')</th> <td>{!! $quotationRequest->present('owner')!!}</td> </tr> <tr> <th>@lang('Medad::attributes.customer')</th> <td>{!! $quotationRequest->present('customer')!!}</td> </tr> <tr> <th>@lang('Medad::module.project.title_singular')</th> <td>{!! $quotationRequest->present('project')!!}</td> </tr> <tr> <th>@lang('Medad::attributes.suppliers')</th> <td>{!! $quotationRequest->present('suppliers')!!}</td> </tr> </table> </div> @include('Media::show_attachments',[ 'object'=>$quotationRequest, ]) </div> <div class="tab-pane" id="notes"> @include('Medad::comments',['comments'=>$quotationRequest->comments]) </div> </div>