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

رصيد المخزن

@endsection @section('content')
@foreach($books as $book) @endforeach
{{trans('labels.name')}} الرصيد {{trans('labels.action')}}
{{$book->name}} {{auth()->guard('partner')->user()->branchStock($book->id)}} حركة المخزون مبيعات توريدات
@endsection @section('script') @endsection