@extends($layout) @section('content')
User Login
@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
Don't Have an Account? Register
@endsection