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

Sign in to your account

Or create a new account

@csrf @if ($errors->any()) @endif
@endsection