@extends('layouts.main-app') @section('title', 'Homepage') @section('content') @include('layouts.navbar', [ 'headerTitle' => 'Contact Us', 'headerDescription' => '', ])
Healthcare
Home > Contact Us
@if (session('success')) @endif

Contact Form

@csrf
@if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif

Contact Info

San Agustin Street Corner Caryncho Avenue, San Agustin, San Fernando, Pampanga

+6394-5728-3878

primehostpital@gmail.info

@endsection