@extends('layouts.auth') @section('main-content')

{{ __('Create Your Account') }}

Please fill in your personal and company details.

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf {{-- PERSONAL INFO --}}
Personal Information

{{-- COMPANY INFO --}}
Company Information

@endsection