@extends('includes.master') @section('content')

سلاند ستور

مضاف حديثا

@foreach($latests as $product)

{{$product->title}}

د.ع {{$product->price}}

@endforeach
@foreach($services as $service) @endforeach

الشائع

@foreach($features as $product)

{{$product->title}}

د.ع {{$product->price}}

@endforeach

عروض مميزة

@foreach($tops as $product)

{{$product->title}}

د.ع {{$product->price}}

@endforeach


@stop @section('footer') @stop