@extends('layout.master') @section('content')

Contact Us

{{--

ADDRESS

Balaju, Kathmandu

EMAIL

oceanheartedu2023@gmail.com

PHONE

9748292615

Get in Touch

@csrf
@error('name')

* {{$message}}

@enderror
@error('email')

* {{$message}}

@enderror
@error('phone')

* {{$message}}

@enderror
@error('message')

* {{$message}}

@enderror
--}}

Contact

Get in Touch

Feel free to contact us !!

If you have any questions, please don’t hesitate to contact us.

@if ($contact)
    @if($contact->address)
  • Our Address

    {{$contact->address}}

  • @endif @if ($contact->phone)
  • Contact

    {{$contact->phone}}

  • @endif @if ($contact->mail)
  • Mail

    {{$contact->mail}}

  • @endif
@endif {{-- @if ($socialMedia)

Social Media Links

    @if ($socialMedia->facebook)
  • @endif @if ($socialMedia->instagram)
  • @endif @if ($socialMedia->youtube)
  • @endif
@endif --}}
@endsection