@extends('layouts.master')
@section('header')
@include('layouts.partials.header')
@endsection
@section('navbar')
@include('layouts.partials.nav')
@endsection
@section('sidebar')
@include('layouts.partials.sidebar')
@endsection
@section('content')
{{__("Top orders count regions")}}
{{__("Top orders cost regions")}}
{{__("Top orders count users")}}
{{__("Top orders cost users")}}
@endsection
@section('footer')
@include('layouts.partials.footer')
@endsection
@section('scripts')
@include('layouts.partials.scripts')
@endsection