@extends('frontend.master') @section('page_title', 'Contact Us | KYAMC Journal') @section('frontend_content') Contact Us Home Contact Get In Touch @if(isset($globalContact)) Address {{ $globalContact->address }} Email {{ $globalContact->email }} Phone {{ $globalContact->mobile }} @else Contact details not configured. @endif @endsection
{{ $globalContact->address }}
{{ $globalContact->email }}
{{ $globalContact->mobile }}
Contact details not configured.