@extends('layouts.auth_app') @section('title') Register @endsection @section('css') @endsection @section('content') @php $style = 'style=background-image:url('.asset('assets/img/progress-hd.png').')'; $hospitalSettingValue = getSettingValue(); @endphp
Logo
@include('flash::message')
@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Hospital Registration

Already have an account? Sign in here
OR
✓   Valid
@if(config('app.recaptcha.key'))
@endif
@endsection @section('scripts') @endsection