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

@csrf @if ($errors->has('email')) @endif @if (session('status'))
@endif
@endsection