@extends('layouts.contentLayoutMaster') @section('title', __('locale.menu.Overview')) @section('vendor-style') @endsection @section('page-style') @endsection @section('content')
@include('admin.Reports._overview')
@include('admin.Reports._contacts')
@endsection @section('vendor-script') @endsection @section('page-script') @endsection