@extends("include") @section("body")
stock

{{--
own
--}}
branches

{{-- all packages--}}
@csrf @foreach($allstockforallbranches as $getbstock) @endforeach
Name Total quantity Branch Name Request quantity check box id branch product_id
{{$getbstock->products->name}} {{$getbstock->quntity}} {{$getbstock->branch->title}}
Name Total quantity Branch Name Request quantity check box
{{-- //main category--}} {{-- end all packages--}}
{{-- eeeeeeeeeeeee--}} @endsection