@extends('layout.padrao') @section('title', ' Edit - Client Claim') @include('include.attach_edit_list') @section('content') @if($errors->any())
Closing Date deve ser maior que a Openning Date
Carrier: {{isset($booking[0]->carriers_id) ? $booking[0]->carriers->descricao : '-'}}
Equipment: {{isset($booking[0]->container_types_id) ? $booking[0]->container_types->descricao : '-'}}
Product: {{isset($booking[0]->platforms_id) ? $booking[0]->platforms->descricao : '-'}}
Vessel: {{isset($booking[0]->vessel_id) ? $booking[0]->vessel->descricao : '-'}}
Voyage: {{isset($booking[0]->voyage) ? $booking[0]->voyage : '-'}}
BL Date: {{isset($loadingConfirmation[0]->BlDate) ? date( 'd-m-Y' , strtotime($loadingConfirmation[0]->BlDate)) : '-'}}
POL: {{isset($booking[0]->etaPol) ? date( 'd-m-Y' , strtotime($booking[0]->etaPol)) : '-'}}
POD: {{isset($booking[0]->etaPol) ? date( 'd-m-Y' , strtotime($booking[0]->etaPod)) : '-'}}
Tank Owner: {{isset($booking[0]->tank_owners_id) ? $booking[0]->tank_owners_id : '-'}}
| Actions | User Create | Follow Up Date | Follow Up Description | Create Date |
|---|---|---|---|---|
| @can('delete', App\Usuario::class) id}} data-toggle="modal" data-target="#delete" data-toggle="tooltip" data-placement="top" title="Delete"> @endcan | {{isset($followUp->usuarios->nome) ? $followUp->usuarios->nome : '-'}} | {{isset($followUp->followUpdate) ? date( 'd/m/Y' , strtotime($followUp->followUpdate)) : '-'}} | {!! isset($followUp->followDescription) ? $followUp->followDescription : '-' !!} | {{isset($followUp->created_at) ? date( 'd/m/Y' , strtotime($followUp->created_at)) : '-'}} |