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


@csrf

@foreach($all_item_stock as $item) @endforeach
item code width Length item length quantity item price Action
{{$item->item_code}} {{$item->item_width}} {{$item->item_length}} {{$item->item_quantity}} {{$item->price->item_price}}
item code width Length item length quantity item price Action
{{-- //main category--}} {{-- end all packages--}}
{{-- eeeeeeeeeeeee--}} @endsection