@extends('frontend.master') @section('page_title', 'Contact Us | KYAMC Journal') @section('frontend_content')

Contact Us

Get In Touch

@if(isset($globalContact))
Address

{{ $globalContact->address }}

Phone

{{ $globalContact->mobile }}

@else

Contact details not configured.

@endif
@endsection