@extends('dompdf.LayoutBoostrapOnly') @section('content')
@foreach($datalist as $key => $value) @php $count = $key + 1; $set = $count % 6; @endphp {{ $value->invoice_number }}

barcode
@if ($set == 0)
@endif @endforeach
@foreach($datalist as $key => $value) @php $count = $key + 1; $set = $count % 6; @endphp {{ $value->invoice_number }}

barcode
@if ($set == 0)
@endif @endforeach
@endsection