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

Prime Hospital

Medical Center - Pasic INC.

Patient Portal

@if ($errors->any()) @foreach ($errors->all() as $error)
@endforeach @endif
@csrf
New to Prime Hospital Portal? Register Now
@endsection