@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')
@foreach ($imports as $import) @endforeach
No. Date Tonnage Factory Ref Tonnage Left EDIT DELETE
{{ $loop->index + 1 }} {{ $import->date_of_entry }} {{ $import->tonnage }} {{ $import->consignee->name }} {{ $import->import_ref }} {{ number_format($import->tonnage - $import->import_details->sum('tonnage'), 4) }} EDIT
No. Date Tonnage Factory Ref Tonnage Left EDIT DELETE
@endsection @section('more-scripts') @endsection