@extends('base') @section('extracss') @endsection @section('content') @include('sessions') @php function format_name_field($text) { return implode(' ', explode('_', strtoupper($text))); } @endphp
@csrf
{{ format_name_field('shipper_name_and_address') }}
{{ format_name_field('shipper_account_number') }}
{{ format_name_field('not_negociable') }}
{{ format_name_field('consignee_name_and_address') }}
{{ format_name_field('consignee_account_number') }}
{{ format_name_field('carrier_agent_name_and_city') }}
{{ format_name_field('agent') }}
{{ format_name_field('account_no') }}
{{ format_name_field('airport_of_departure') }}
{{ format_name_field('by_first_carrier') }}
{{ format_name_field('airport_of_destination') }}
{{ format_name_field('flights_date') }}
{{ format_name_field('currency') }}
{{ format_name_field('declared_value_for_customs') }}
{{ format_name_field('also_notify') }}
{{ format_name_field('other_changes') }}
{{ format_name_field('executed_on') }}
Guardar
@csrf
@foreach ($detalles as $det) @endforeach
no of
places RCP
gross weight
commodity
item no
chargeable weight
rate / charge
total
nature and
quantity of goods
Guardar
{{ $det->no_of_places_RCP }}
{{ $det->gross_weight }}
{{ $det->commodity_item_no }}
{{ $det->chargeable_weight }}
{{ $det->rate_charge }}
{{ $det->total }}
{{ $det->nature_and_quantity_of_goods }}
@endsection