@extends('layouts.vertical-master-layout') @section('title') {{ __('Dashboard') }} @endsection @section('css') {{-- --}} @endsection @section('content') {{-- breadcrumbs --}} @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') {{ __('Dashboard') }} @endslot @slot('title') {{ __('Overall') }} @endslot @endcomponent @endsection @section('pagecontentinfo') @endsection

{{ __('Filters') }}

 

{{ __('Counts') }}

{{ __('Institutes') }}

{{ __('Courses') }}

{{ __('Students') }}

{{ __('Orders') }}

Sales

{{ __('Total Sales') }}

{{ __('Total Commission') }}

{{ __('Today Sale') }}

{{-- Order Graph Yearly --}}
{{-- Recent Orders --}}

{{ __('Recent Orders') }}

{{-- Modals --}} {{-- --}} {{-- Courses --}} {{-- Students --}} {{-- Orders --}} @endsection @section('script') @endsection