@if(count($sliders) > 0)
@foreach ($sliders as $item) @if($item->photo()) @endif @endforeach
@endif @if (count($featured_products) > 0)
{{__('main.popular_products')}}
@foreach ($featured_products as $product)
@if ($product->image && file_exists(public_path($product->image))) @else @endif
{{ $product->name }}
@if(!$product->description)
@endif
{{Str::limit($product->description)}}
{{ getFormattedCurrency($product->stitching_cost) }}
@endforeach
@endif
{{__('main.book_appointment')}}
{{__('main.book_appointment_text')}}
{{__('main.book_appointment_btn')}}
{{__('main.book_now')}}
@if(count($products) > 0)
{{__('main.products')}}
@foreach ($products as $product)
@if ($product->image && file_exists(public_path($product->image))) @else @endif
{{ $product->name }}
@if(!$product->description)
@endif
{{Str::limit($product->description)}}
{{ getFormattedCurrency($product->stitching_cost) }}
@endforeach
@else @endif
@push('js') @if(count($sliders) > 0) @endif @endpush @push('head') @endpush