@extends('layouts.dashboard.app')
@section('page-title')
{{ __('Dashboard') }}
@endSection
@section('page-nav-title')
{{ __('Dashboard') }}
{{ __('Nosdarzan Dashboard') }}
@endsection
@section('content')
@if (Auth::user()->type == 'super')
@endif
{{ __('Monthly Sales') }}
{{ __('Monthly Orders') }}
@endsection
@section('scripts')
@endsection