@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

OPERATIONS MANAGEMENT SYSTEM

UK Freights

{{-- --}} @foreach ($uk_freights as $uk_freight) {{-- --}} @endforeach {{-- --}}
No. Shipping Year (£) Freight EditDelete
{{ $loop->index + 1 }} {{ strtoupper($uk_freight->shipping_year['Year']) }} {{ strtoupper($uk_freight->freight) }} EDIT
No. Shipping Year (£) Freight EditDelete
@endsection @section('more-scripts') @endsection