@if($month_wise =="custom_range") @php $date = date('Y-m-d'); @endphp
@endif
@if (count($orders) > 0) @foreach ($orders as $key => $order) @endforeach @else @endif
# Itme Sku unit Type Item Sold
{{ $orders->firstitem() + $key }} {{ $order->name }} @if($order->variation) {{ $order->variation->sku }} @else -- @endif @if($order->variation) @if($order->variation->unit) {{ $order->variation->unit->name }} @else -- @endif @else -- @endif @if($order->variation) {{ $order->variation->type }} @else -- @endif @if($order->total_quantity) {{ $order->total_quantity }} @else -- @endif

No Record Found

@if ($orders) {{ $orders->links('vendor.livewire.bootstrap') }} @endif
@push('js') @endpush