@extends('layouts.guest') @section('title', 'Create account') @section('content')

Create account

Join ServiceHub as a customer

@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf

Already have an account? Sign in

@endsection