@section('page-title', __('language.contact')) @section('page-description', __('language.contactus')) @section('page-image', asset($detail->image ?? 'site/img/default.png')) @extends('site.master') @section('main-content')

@lang('language.contactus')

@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_en : $item->getprovince->title_np }}

  • {{ session('localeSession') == 'en' ? $item->getmunicipality->title : $item->getmunicipality->title_np }}, {{ session('localeSession') == 'en' ? $item->getdistrict->title_en : $item->getdistrict->title_np }}, {{ session('localeSession') == 'en' ? $item->getprovince->title_en : $item->getprovince->title_np }}
  • {{ 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'))
{{ session('success') }}
@endif
@csrf()
@if (!empty($setting->google_recaptcha_site_key))
@endif

@lang('language.ourbranch')

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

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

    @if ($item->branchmanager || $item->branchincharge)
  • {{ $item->branchmanager ? 'Branch Manager' : 'Branch Incharge' }} {{ $item->branchmanager ? $item->branchmanager : $item->branchincharge }}
  • @endif
  • {{ $item->tole }}, {{ session('localeSession') == 'en' ? $item->getmunicipality->title : $item->getmunicipality->title_np }}, {{ session('localeSession') == 'en' ? $item->getdistrict->title_en : $item->getdistrict->title_np }}, {{ session('localeSession') == 'en' ? $item->getprovince->title_en : $item->getprovince->title_np }}
  • @if ($item->fax_no)
  • {{ numEnToNp($item->fax_no) }}
  • @endif @if ($item->phonenumberbranch)
  • @php $phoneNumbers = explode(',', $item->phonenumberbranch); @endphp @foreach ($phoneNumbers as $phoneNumber) {{ numEnToNp(trim($phoneNumber)) }} @if (!$loop->last) , @endif @endforeach
  • @endif @if ($item->branchemail)
  • @endif
@endforeach
@endsection @push('script') @endpush