@extends('layouts.app') @section('content')

@lang('Our Vision & Mission')

@lang('Our Vision')

{{ $profile->{'vision_' . app()->getLocale()} ?? $profile->vision }}

@lang('Our Mission')

{{ $profile->{'mission_' . app()->getLocale()} ?? $profile->mission }}

10+
@lang('Years Exp.')
50+
@lang('Distributors')
100%
@lang('Pure Quality')
24/7
@lang('Support')

@lang('Our Best Selling Products')

@lang('Explore our range of laundry soaps designed to tackle the toughest stains while being gentle on fabrics.')

@forelse($featuredProducts as $item)
{{ $item->usage_type }}
@if($item->image) {{ $item->{'name_' . app()->getLocale()} ?? $item->name_en }} @else @endif

{{ $item->{'name_' . app()->getLocale()} ?? $item->name_en }}

Rs. {{ $item->price }} {{ $item->weight }}
@empty

No products available at the moment. Please check back later.

@endforelse

Ready to boost your business?

We are looking for dedicated distributors across Nepal. Join the MYC Sabun family and grow with us.

Become a Distributor
@endsection