@extends($_layout.'colorlib-regform-7') @section('title', 'Đăng ký tài khoản') @section('content') Đăng ký tài khoản @csrf @if ($em = $errors->first('full_name')) {{$em}} @endif @if ($em = $errors->first('email')) {{$em}} @endif @if ($em = $errors->first('password')) {{$em}} @endif Tôi đã đọc và đồng ý với các Điều khoản @if ($em = $errors->first('agree')) {{$em}} @endif Đã có tài khoản @endsection @section('js') @endsection