@extends('layouts.SellerMasterLayout') @yield('sessions') @section('content')
View All Orders
@foreach($item_store as $item) @endforeach
# Order No Item Name Qty Status
{{$x++}} {{$item->order_id}} {{$item->name}} {{$item->qty}} {{$item->status}}
@section('scripts') @endsection @endsection