@extends('admin.layout') @section('content')
{{ csrf_field() }}
Nhập thông tin người dùng
@if($errors->has('email')) {{$errors->first('email')}} @else Please enter your email @endif
Please enter a complex password
@endsection