@extends('layouts.app') @section('title', 'User Login') @section('content')

User Login

@if (session('status'))
{{ session('status') }}
@endif Continue with Google
or
@csrf @if ($errors->any())
{{ $errors->first() }}
@endif

No account? Register

@endsection