@extends('dompdf.LayoutBoostrapOnly') @section('content') @php $total_box = count($datalist)-1; @endphp @foreach($datalist as $key => $value)

{{ $reference }}

From:
{{ $from_name }}

To:
{{ $to_name }}


barcode
{{$value->barcode}}

SKU:
{{ $value->count_sku }}

Qty:
{{ $value->total_qty }}

Weight_system:
{{ $value->total_weight_system }} Gram

Weight Real:
{{ $value->weight_real }} Gram

@if ($total_box != $key)
@endif @endforeach @endsection