@foreach ($items as $item) @php $shop_name = \App\Models\Ledger::find($item->debit_ledger_id)->name; @endphp @endforeach
Item Name Shop Name Quantity
{{ $item->stock_item_name }}{{ $shop_name }} {{ $item->base_qty }}