@extends('user.layouts.master') @section('content')

100% Reliable Services

Lorem ipsum, dolor sit amet

Our Products & Services

@foreach ($category as $item) @endforeach
@php $count = 1; @endphp @foreach ($products as $item) @if ($count <= 4)
{{ $item->category_name }}

{{ $item->name }}

{{ Str::words($item->description, 10, '...') }}

{{ $item->price }} MMK

@csrf
@endif @php $count++; @endphp @endforeach

Bestseller Products

Check out our top 3 best-selling products, loved by customers!

@if(!empty($topProducts) && count($topProducts) > 0)
@foreach ($topProducts as $item)

{{ $item->product_name }}

{{ $item->price }} MMK

@endforeach
@else @endif

Customers

{{ $customerCount }}

quality of service

99%

quality certificates

33

Available Products

{{ count($products) }}

Our Testimonial

Our Client Saying!

@endsection