@extends('dashboard.authBase') @section('content')








@if (Route::has('password.request'))

Dont have an account? {{ __('Register') }}

@endif

Login

@csrf
@endsection @section('javascript') @endsection