@extends('user::Layouts._master') @section('title') {{env('WEBSITE_TITLE')}} | SignUp @endsection @section('main-content')

Sign Up

Enter Your Details To Create Your Account

@csrf
{{ $errors->first('firstName') }}
{{ $errors->first('lastName') }}
{{ $errors->first('userName') }}
{{ $errors->first('email') }}
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}}
{{ $errors->first('passwordConfirmation') }}
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} @endsection @section('footer-content')
Already have an account? Sign In
@endsection @section('script') @endsection