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

{{ __('John Doe') }}

@csrf
{{ __('Password') }}
{{ __('Enter') }} @if (Route::has('login')) @endif
@endsection