@extends('admin.template.master') @section('content')
| # | {{__('messages.category')}} | {{__('messages.barcode')}} | {{__('messages.items')}} | @foreach($branch_ids as $branch){{ $branch->branch_name }} | @endforeachBranch |
|---|---|---|---|---|---|
| {{$index + 1}} | {{$item['stk_category_name']}} | {{$item['stk_barcode']}} | {{$item['stk_name']}} | @foreach($branch_ids as $branch){{ $item['branches_qty'][$branch->branch_id] ?? null}} | @endforeach{!!$item['branches_txt']!!} |