@section('page-title', $product->title) @section('page-description', $product->srtsmry) @section('page-image', asset($product->image ?? $product->image)) @extends('site.master') @section('main-content')

{{ $product->title }}

@isset($product->approval_date) @lang('language.approvaldate') : {{ getDateOnly($product->approval_date) }} @endisset @isset($product->revised_date) @lang('language.reviseddate') : {{ getDateOnly($product->revised_date) }} @endisset
{{ $product->srtsmry }}
@if ($product->media) @else @endif
{!! $product->description !!}
@if ($product->showwhy == 1) @include('site.partials.whyuswithstats') @endif @if ($product->process == 1) @include('site.partials.makeaappointment') @endif @if ($product->benifits)

Secure Your Future The Must-Know Benefits of Insurance

{!! $product->benifits !!}
@endif @if ($product->are_satisfied == 1)
@include('site.sidebar.are_satisfied')
@endif
Connect with Us

Contact Us Today To Schedule A Consultation

Choose Nepal Micro Insurance for personalised coverage, transparent policies, and exceptional service. Our experienced team is dedicated to providing you with reliable and affordable insurance that meets your needs....

@endsection @push('scripts') @endpush