{{-- Layout --}} @extends('student.layout.layout') {{-- Page Title --}} @section('title', 'GAS LMS | Dashboard') {{-- Breadcrumb section --}} @section('breadcrumb') @include('components._breadcrumb', ['items' => ['Dashboard' => route('student.dashboard')]]) @endsection {{-- Content --}} @section('content')