@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