@extends('layouts.login') @section('content')
@csrf
@if ($errors->has('email')) @endif
@endsection