@extends('layouts.frontend.master') @section('title') {{ __('UNIGUIDE | e-Learning website') }} @endsection @push('css') @endpush @section('content')
@if($contact)
{{ __('Contact Us') }}

{{ $contact->title }}

{!! $contact->content !!}
{{ __('Location') }}

{{ getSetting('map', 1) }}

{{ __('Mobile') }}

{{ getSetting('phone_number', 1) }}

{{ __('Email') }}

{{ getSetting('email_address', 1) }}

@csrf
@endif
@push('scripts') @endpush @endsection