@extends('layout.padrao') @section('content') @section('title', 'Upload Carriers PDF files')
@if($errors->any())
@foreach($errors->all() as $error) {{ $error }}
@endforeach
@endif
{{-- --}} {{-- --}}
CarrierFileVessel Voyage ETA Pol ETA Pod Draft Cutoff Date Cargo Cutoff Date VGM Cutoff DateExtra Information
@include('insuranceCertificate.style') {{-- @include('bibliotecas.bootstrapTable2') --}} @include('bibliotecas.floattheadOverflow') @include('bibliotecas.bootstrapExport') @endsection