Settings Information
General Information
Title
English: {{ $setting->title_en }}
@if(!empty($setting->title_np))
Nepali: {{ $setting->title_np }}
@endif
{{ $setting->email }}
Feedback Notification Email
{{ $setting->feedback_notify_email }}
Agent Notification Email
{{ $setting->agent_notify_email }}
Phone Number
@if(!empty($setting->phone_number_en))English: {!! nl2br(e($setting->phone_number_en)) !!}
@else
English: N/A
@endif
@if(!empty($setting->phone_number_np))
Nepali: {!! nl2br(e($setting->phone_number_np)) !!}
@endif
Address
@if(!empty($setting->address_en))English: {!! nl2br(e($setting->address_en)) !!}
@else
English: N/A
@endif
@if(!empty($setting->address_np))
Nepali: {!! nl2br(e($setting->address_np)) !!}
@endif
PO Box
{{ $setting->PO_Box }}
Description
English
{!! nl2br(e($setting->description_en)) !!}
Nepali
{!! nl2br(e($setting->description_np)) !!}
SEO Settings
Canonical URL
{{ $setting->canonical_url }}
Keywords
{{ $setting->keyword }}
Schema Markup
@if ($setting->schema_markup){{ $setting->schema_markup }}
@else
No schema markup added
@endifSocial Media
Logo
Main Logo
@if ($setting->logo)No logo uploaded
@endifPrimary Logo
@if ($setting->primary_logo)No primary logo uploaded
@endifSecondary Logo
@if ($setting->secondary_logo)No secondary logo uploaded
@endif