@extends('layouts.app') @section('title', 'Sign Up') @section('content')

Create your account

Join IPDC today

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

{{ $message }}

@enderror

Already have an account? Sign in

@endsection