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

own
branches

@csrf {{-- --}} {{-- --}} @foreach($getstockformainbranch as $getbstock) {{-- --}} {{-- --}} @endforeach {{-- --}} {{-- --}}
Name Total quantity Branch NameRequest quantitycheck box
{{$getbstock->products->name}} {{$getbstock->quntity}} {{$getbstock->branch->title}}
Name Total quantity Branch NameRequest quantitycheck box
{{-- //main category--}} {{-- ccccccccccc--}}
@csrf {{-- --}} {{-- --}} @foreach($allstockforallbranches as $allstockforallbranches) {{-- --}} {{-- --}} @endforeach {{-- --}} {{-- --}}
Name Total quantity Branch NameRequest quantitycheck box
{{$allstockforallbranches->products->name}} {{$allstockforallbranches->quntity}} {{$allstockforallbranches->branch->title}}
Name Total quantity Branch NameRequest quantitycheck box
{{-- //main category--}} {{-- end cccccccc--}}
{{-- eeeeeeeeeeeee--}} @endsection