@extends("layouts.dashboard.app") @section("page-nav-title")

The areas most in demand for orders for a certain period

areas

@endsection @section("content") @include("layouts.main-parts.page-message")
Export As Excel
{{-- --}} @foreach($areas as $area) {{-- --}} @endforeach
#IDaddress_idnumber of order
{{$area->id}}{{$area->address_id}}{{$area->order_number}}
@endsection @section("scripts") @endsection