@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

({{$warehouse->name}}) اصناف المبيعات

@endsection @section('content')
@foreach($items as $item) @endforeach
# اسم المنتج اجمالي المخزون
{{$item->id}} {{$item->name}} {{$item->qtyFor($warehouse->id)}}
@endsection @section('script') @endsection