@extends('layouts.main-app') @section('title', 'Homepage') @section('content') @include('layouts.navbar', [ 'headerTitle' => 'Doctors and Specialists', 'headerDescription' => 'Home > Doctors and Specialists'])
Prime Hospital

Prime Hospital

Medical Center - Pasic INC.

Patient Portal Registration

@if ($errors->any()) @foreach ($errors->all() as $error)
@endforeach @endif
@csrf
@error('name') {{ $message }} @enderror
Already have an account? Login Now
@endsection