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