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