@extends('website.layouts.layout') @section('content') Create an account Create an account Sign Up @csrf First Name @if ($errors->has('firstname')) {{ $errors->first('firstname') }} @endif Last Name @if ($errors->has('lastname')) {{ $errors->first('lastname') }} @endif Email address @if ($errors->has('email')) {{ $errors->first('email') }} @endif Student Agent University Password @if ($errors->has('password')) {{ $errors->first('password') }} @endif Confirm password @if ($errors->has('confirmpassword')) {{ $errors->first('confirmpassword') }} @endif I have read and agree to the Terms and Conditions and the Privacy and Cookies Policy*. Create Account Already have an account? Sign In @endsection @section('pagescriptcode') @endsection
@if ($errors->has('firstname')) {{ $errors->first('firstname') }} @endif
@if ($errors->has('lastname')) {{ $errors->first('lastname') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('confirmpassword')) {{ $errors->first('confirmpassword') }} @endif