@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Demand area report")}}

{{__("All Demand area Orders")}}

@endsection @section("css-links") getLocale() . "/pages/orders.css")}}"> @endsection @section("content")
@foreach($orders as $order) @endforeach
#{{__("ID")}} {{__("Address")}} {{__("Order Number")}}
{{$order->id}}
@endsection @section("scripts") @endsection