@extends('layouts.app') @section('content')
{{ __('Login') }}
@csrf
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif
@endsection