@extends('layouts.plain') @section('content')
@if ($errors->any()) @endif

{{ 'Sign in with email' }}

Enter login credential associated with your account.
{!! csrf_field() !!}
@endsection