@extends('layouts.app', ['class' => 'off-canvas-sidebar', 'activePage' => 'login', 'title' => __('Material Dashboard')]) @section('content')

{{ __('Log in to see how you can speed up your web development with out of the box CRUD for #User Management and more.') }}

@csrf
@if (Route::has('password.request')) {{ __('Forgot password?') }} @endif
@endsection