@extends('layouts.auth') @section('content') @csrf Sign Up with your Chudat Account First Name * Last Name Email Address * User Type * -- Select Type -- Hospital (Healthcare Unit) Patient Phone Number * +237 @if(count($countries) > 0) @foreach($countries as $code) +{{$code->phonecode}} @endforeach @endif Country * @if($firstCountry != null) {{ucwords($firstCountry->name)}} @endif Password * Re-type Password * Subscribe to our application. I agree to the Terms and Condition and Privacy and Policy. Create Account Already have an account ? Sign in instead @endsection