@extends('user.layout.auth-index') @section('title', 'SignUp') @section('custom-styles') @endsection @section('auth-content') {{ __('translations.Back') }} {{ __('translations.Register') }} {{ __('translations.Your Clinic') }} {{ __('translations.Fill all fields so we can get some info about you.') }} {{ __('translations.We will never send you spam') }} @csrf {{ __('translations.Select Country') }} @forelse($countries as $country) {{ $country->name }} @empty @endforelse {{ __('translations.Select Category') }} {{ __('translations.Medical Clinic') }} {{-- Upload Official Document --}} This field is required. {{-- Upload Official Document This field is required. --}} {{ __('translations.Agreed to the') }} {{ __('translations.Terms & conditions') }} {{ __('translations.SIGN UP') }} {{ __('translations.Already have an account?') }} {{ __('translations.Sign In here') }} @endsection @section('custom-script') @endsection
{{ __('translations.Fill all fields so we can get some info about you.') }} {{ __('translations.We will never send you spam') }}
{{ __('translations.Agreed to the') }} {{ __('translations.Terms & conditions') }}
{{ __('translations.Already have an account?') }} {{ __('translations.Sign In here') }}