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