@extends('layouts.auth') @section('form')

{{ __('Login') }}

{{ __('Access to our dashboard') }}

@csrf {{ __('Email Address') }}
{{ __('Password') }}
{{ __('Login') }} @if (Route::has('register')) @endif
@endsection