@extends('dompdf.LayoutBoostrapOnly') @section('content')
@foreach($datalist as $key => $value) @php $count = $key + 1; $set = $count % 3; @endphp
@if (str_contains($value->sku, 'PLV')) barcode @else barcode @endif
{{ $value->sku }}
@if ($set == 0)

@endif @endforeach
@endsection