@extends('layout.padrao') @section('content') @section('title', 'Insurance Certificate Request - ' . ($routeName == 'insuranceCertificate.index' ? "Pending List" : "Processed List")) @if ($routeName == 'insuranceCertificate.index') Pending List @else Processed List @endif
@if (Auth::user()->checkCharacteristics(['1', '2', '3']) || Auth::user()->type == 'Client') @endif @if (Auth::user()->type != 'Insurance Company') @endif
Process Number Client Product Booking Vessel ETD Pol POL POD Draft Cutoff Cargo Cutoff Qty Equipment BL Date Insurance Insurance Value Insurance Premium Status Approval DateLast Access
@include('livewire.notification.notification-ajax') @include('include.modal_deletar', ["rota" => "insuranceCertificate", "type" => $routeName]) @include('insuranceCertificate.style') {{-- @include('bibliotecas.bootstrapTable2') --}} @include('bibliotecas.floattheadOverflow') @include('bibliotecas.bootstrapExport') @endsection