@extends('layouts.non-auth') @section('content')
@csrf
@if($errors->has('email')) {{ $errors->first('email') }} @endif

Back to Sign in!

@endsection @section('script-bottom') @endsection