| Sl# |
Export Contract No |
Order Quantity |
Order Value |
Action |
@php
$i = 1;
@endphp
@foreach($export_contracts as $index => $info)
{{-- | {{ $export_details->firstItem() + $index }} | --}}
{{$i++}} |
{{ $info->piDetail != null ? $info->piDetail->export_contact_no : '' }} |
{{ $info->shipment_qty != null ? $info->shipment_qty : '' }} |
{{ $info->shipment_value != null ? $info->shipment_value: '' }} |
{{ Form::open(['route'=>['delete.export',$info->id],'method'=>'delete','onsubmit'=>'return confirmDelete()']) }}
{{----}}
{{ Form::close() }}
|
@endforeach
{{--{{$export_details->links() }}--}}