{{-- --}}
@foreach ($tollings as $tolling)
@if ($tolling->confirm_tonnage != null)
@else
@endif
{{-- --}}
@endforeach
{{-- --}}
No. | Date | Type of Beans | Factory | Tonnage | EDIT | DELETE | |
---|---|---|---|---|---|---|---|
{{ $loop->index + 1 }} | {{ $tolling->date }} | {{ strtoupper(ltrim($tolling->crop->name, 'Ghana')) }} | {{ strtoupper(App\Model\consignee::find($tolling->tollee_id)->name) }} | {{ $tolling->tonnage }} | Confirmed | Edit | |
No. | Date | Type of Beans | Factory | Tonnage | EDIT | DELETE |