@extends('backend.layouts.app', ['isBanner' => false]) @section('title') {{ 'Dashboard' }} @endsection @section('content')
{{__('menu.main')}} {{__('dashboard.title')}}

{{ __('dashboard.lbl_performance') }}

@endsection @push('after-styles') @endpush @push('after-scripts') @endpush