6 lines
105 B
PHP
6 lines
105 B
PHP
|
@extends('errors.layout')
|
||
|
|
||
|
@section('title', 'Login Error')
|
||
|
|
||
|
@section('message', 'Email already taken.')
|