@extends('layout.padrao') @section('title', 'Shipment Instruction - Dashboard') @section('content')
@include('shipmentInstruction.style')
@foreach ($headers as $key => $value) @if ($key == 'id') @elseif($key == 'etaPol' || $key == 'etaPod') @elseif($key == 'draftCutoffDate') @elseif($key == 'cargoCutoffDate') @elseif($key == 'vgmCutoffDate') @else @endif @endforeach
{{ $value }}{{ $value }}{{ $value }}{{ $value }}{{ $value }}
@include('shipmentInstruction.script') @include('bibliotecas.bootstrapExport') {{-- MODAL --}} @endsection