@extends('base') @section('extracss') @endsection @section('content') @include('sessions') @php function format_name_field($text) { return implode(' ', explode('_', strtoupper($text))); } @endphp
@csrf

@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
{{ $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