@extends('layouts.app') @section('head') @endsection @section('content') @if($bg = setting_item("contact_page_back_id")) @php $bg = setting_item("contact_page_back_id"); @endphp @else @php $bg = '';@endphp @endif @if( env('APP_THEME')=='Theme1')

सम्पर्क

सम्र्पक नम्बर

  • {{setting_item("c_phone")}}
  • {{setting_item("admin_email")}}
  • {{setting_item("address")}}

सोसल मिडिया

@if($social_share = setting_item("social_share")) @foreach($social_share as $key=>$item) @endforeach @endif
{{csrf_field()}}
@include('admin.message')
Looks good!
Please fill this data.
Looks good!
Please fill this data.
Looks good!
Please fill this data.
Looks good!
Please fill this data.
Looks good!
Please fill this data.
Looks good!
Please fill this data.
{{recaptcha_field('contact')}}

हाम्रो स्थान

{!!setting_item('map_iframe') ?? '' !!}
@elseif( env('APP_THEME')=='Theme2')

Contact Us

Home | Contact Us

Send Your Message

{{csrf_field()}}
@include('admin.message')
Looks good!
Please fill this data.
Looks good!
Please fill this data.
Looks good!
Please fill this data.
Looks good!
Please fill this data.
Looks good!
Please fill this data.
Looks good!
Please fill this data.
{{recaptcha_field('contact')}}
@if($contact_image = setting_item("contact_page_image")) @php $contact_image = setting_item("contact_page_image"); @endphp @else @php $contact_image = '';@endphp @endif
@else @endif @endsection @section('footer') @endsection