Request Insurance Quote
Claim Form
@csrf
{{-- {{dd($site)}} --}}

{{ session('localeSession') == 'en' ? $site->title : $site->title_np }}
Warning: Undefined variable $site in /home/nepalmicro/public_html/resources/views/site/layout/footer.blade.php on line 144

Warning: Attempt to read property "tagline" on null in /home/nepalmicro/public_html/resources/views/site/layout/footer.blade.php on line 144

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/nepalmicro/public_html/resources/views/site/layout/footer.blade.php on line 145
@foreach ($segments as $key => $item) {{ $item }} @endforeach

@php $headOffice = $branches->where('branchtype', '1'); $provinceOffices = $branches->where('branchtype', '2'); @endphp {{-- ================= Head Office ================= --}} @foreach ($headOffice as $item)
{{ $item->title }}
    {{-- Phone --}}
  • @php $phoneNumbers = explode(',', $item->phonenumberbranch); @endphp @foreach ($phoneNumbers as $phoneNumber) {{ numEnToNp(trim($phoneNumber)) }} @if (!$loop->last), @endif @endforeach
  • {{-- Email --}}
  • {{ $item->branchemail }}
  • {{-- Address --}}
  • {{ $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 }}
@endforeach {{-- ================= Province Offices Heading ================= --}} @if($provinceOffices->count())
{{ session('localeSession') == 'en' ? 'Province Offices' : 'प्रदेश कार्यालयहरू' }}
@endif {{-- ================= Province Offices List ================= --}} @foreach ($provinceOffices as $key => $item)
{{ $item->title }}
    {{-- Phone --}}
  • @php $phoneNumbers = explode(',', $item->phonenumberbranch); @endphp @foreach ($phoneNumbers as $phoneNumber) {{ numEnToNp(trim($phoneNumber)) }} @if (!$loop->last), @endif @endforeach
  • {{-- Email --}}
  • {{ $item->branchemail }}
  • {{-- Address --}}
  • {{ $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 }}
@endforeach
{{ session('localeSession') == 'en' ? 'Insurance' : 'हाम्रो सेवाहरू' }}
    @foreach ($product as $item)
  • {{ $item->title }}
  • @endforeach
{{ session('localeSession') == 'en' ? 'Quick Links' : 'महत्त्वपूर्ण लिङ्कहरू' }}
    @foreach ($quicklinks as $item)
  • {{ $item->title }}
  • @endforeach
@if ($getfooterstaff)
{{ session('localeSession') == 'en' ? 'Information / Nodal Officer' : 'सूचना / नोडल अधिकारी' }}
{{ $getfooterstaff->title }}
{{ $getfooterstaff->title }} {{ session('localeSession') == 'en' ? 'Manager' : 'प्रबन्धक' }}
{{-- {{ session('localeSession') == 'en' ? 'Phone' : 'फोन' }}: --}} {{ numEnToNp($getfooterstaff->phone_no) }} {{-- {{ session('localeSession') == 'en' ? 'Email' : 'इमेल' }}: --}} {{ $getfooterstaff->email }}
@endif
@lang('language.alliance')
@foreach ($alliance as $item) {{ $item->title }} @endforeach
@if ($getfooterstaff)
@lang('language.complianceofficer')
Ram Prasad Humagain
{{ session('localeSession') == 'en' ? 'Ram Prasad Humagain' : 'राम प्रसाद हुमागाईं' }} {{ session('localeSession') == 'en' ? 'Compliance Officer' : 'अनुपालन अधिकारी' }}
{{-- {{ session('localeSession') == 'en' ? 'Phone' : 'फोन' }}: --}} {{ numEnToNp($getfooterstaff->phone_no ?? '') }} {{-- {{ session('localeSession') == 'en' ? 'Email' : 'इमेल' }}: --}} ram.humagain@nepalmicro.com
@endif
Payment Partners
@foreach ($payment as $item) {{ $item->title }} @endforeach
@lang('language.lastUpdate')
{{ getNepaliDate($latest_update) }}
@lang('language.copyright') {{ numEnToNp(date('Y')) }}, @if (session('localeSession') == 'en') {{ $site->title }} @endif @if (session('localeSession') == 'np') {{ $site->title_np }} @endif, @lang('language.allrightsreserved') | @lang('language.sitemap')
@lang('language.lastUpdate'): {{ getNepaliDate($latest_update) }} @lang('language.visitor') {{ numEnToNp($site->total_views) }} @lang('language.times')