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