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