@extends('backend.layout.app') @section('content')

LMS Dashboard Overview

Earning Growth ( @switch($timeFrame) @case('daily') Today @break @case('weekly') This Week @break @case('monthly') This Month @break @default {{ $timeFrame }} @endswitch )
Top 5 Courses ( @switch($timeFrame) @case('daily') Today @break @case('weekly') This Week @break @case('monthly') This Month @break @default {{ $timeFrame }} @endswitch )
@endsection