| {{ $export_details->firstItem() + $index }} |
{{ $info->inv_no != null ? $info->inv_no: '' }} |
{{ $info->file_no != null ? $info->file_no : '' }} |
{{ $info->ord_ref != null ? $info->ord_ref : '' }} |
{{ $info->bl_no != null ? $info->bl_no: '' }} |
{{ $info->exp_no != null ? $info->exp_no: '' }} |
@if($info->otherExport !=null)
{{ $info->otherExport->pr_value ? $info->otherExport->pr_value : "N/a" }} |
{{ $info->otherExport->pr_date ? $info->otherExport->pr_date : "N/a" }} |
{{ is_numeric($info->otherExport->pr_value)?($info->bill_value - $info->otherExport->pr_value):$info->otherExport->pr_value}} |
{{ $info->otherExport->prc_no ? $info->otherExport->prc_no : "N/a" }} |
{{ $info->otherExport->prc_date ? $info->otherExport->prc_date : "N/a" }} |
@else
No Payment Details Found |
@endif
{{ Form::open(['route'=>['delete.othersExportInfo',$info->otherExport ? $info->otherExport->id : null],'method'=>'delete','onsubmit'=>'return confirmDelete()']) }}
@if($info->otherExport ==null)
@endif
@if($info->otherExport !=null)
@endif
{{ Form::close() }}
|
@endforeach