@extends('layouts.auth') @section('content')
Leaf MVC

Welcome back

Sign in to your account

@csrf
{{ $errors['email'] ?? ($errors['auth'] ?? null) }}
{{ $errors['password'] ?? null }}
{{-- @if ($errors['password'] ?? null) @endif --}}
Don't have an account? Sign up
or
Continue with Google Continue with Github
@endsection