@extends('layouts.vertical-master-layout') @section('title') {{ __('Courses') }} @endsection @section('css') @endsection @section('content') {{-- breadcrumbs --}} @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') {{ __('Courses') }} @endslot @slot('title') {{ __('All Courses') }} @endslot @endcomponent @endsection @section('pagecontentinfo')
{{ __('Total Courses') }}
{{ __('Enrolled Students') }}
{{ __('Pending') }}
{{ __('Ongoing') }}
{{ __('Upcoming') }}
{{ __('Expired') }}