@extends('website.layouts.layout') @section('content')

Create an account

Sign up

Create an account

Sign Up
@csrf

@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

Already have an account? Sign In
@endsection @section('pagescriptcode') @endsection