@extends('site.master') @section('main-content')
@lang('language.contactus')

Secure Your Future with Confidence

We are here to help protect your future with comprehensive insurance solutions" emphasizes the insurance company's commitment to safeguarding clients' long-term well-being by offering a range of coverage options tailored to their needs.

@foreach ($offices as $key => $item)

{{ $item->title }} {{ session('localeSession') == 'en' ? $item->getprovince->title : $item->getprovince->title_np }}

  • {{ $item->getmunicipality->title }}, {{ $item->getdistrict->title }}, {{ $item->getprovince->title }}
  • {{ numEnToNp($item->fax_no) }}
  • @php $phoneNumbers = explode(',', $item->phonenumberbranch); @endphp @foreach ($phoneNumbers as $phoneNumber) {{ numEnToNp(trim($phoneNumber)) }} @if (!$loop->last) , @endif @endforeach
@endforeach
@if (session('success_message'))
{{ session('success_message') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@php $settings = \App\Models\Admin\AdminSetting::first(); @endphp @if ($settings && $settings->google_recaptcha_site_key)
@endif
@endsection @push('scripts') @endpush