@extends('layouts.master') @section('title', 'Contact: HCE') @section('content')

Contacts

Address

Main Campus, Gidan-Kwano, Bida Road, Minna, Niger State, Nigeria

Call Us

+49 163 9150996

Email Us

hce.solutions@futminna.edu.ng

@csrf
@if (Session::has('success'))
{{ Session::get('success') }}
@endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('subject')) {{ $errors->first('subject') }} @endif
@if ($errors->has('message')) {{ $errors->first('message') }} @endif
@endsection