@extends('layouts.public') @section('content')

Sign in to your account

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

There were errors with your submission

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection