@foreach($outlet as $key => $ou)
@foreach($ou['product_detail'] as $keyDetail => $detail) @if($detail['id_product'] == $id_product)
@endif @endforeach @if($marker == 0)
@endif
@endforeach
{{ csrf_field() }}
@if ($outletPaginator) {{ $outletPaginator->fragment('outletsetting')->appends(['type' => 'product_detail'])->links() }} @endif