@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.Already have an account?') }} {{ __('translations.Sign In here') }}

@endsection @section('custom-script') @endsection