@extends('web.layouts.app') @section('title', __('dashboard.Add New Product')) @section('page_heading', __('dashboard.Add New Product')) @section('styles') @endsection @section('content')
@include('web.partials.index.slider')
@include('web.partials.index.header_search_container')
@include('web.partials.index.categories') @include('web.partials.index.best_sellers') @include('web.partials.index.big_banner') @include('web.partials.index.best_offers') @include('web.partials.index.offers') @include('web.partials.index.brands')

خصيصاً لك

تصفح العديد من المنتجات الخاصة بسيارتك

عرض المزيد
@foreach ($recommendedProducts as $product)
{{ $product->name }}
@if (isset($product->category) && $product->category) {{ $product->category->name }} @else قسم غير محدد @endif

{{ $product->name }}

{{ $product->price }}L.E
@if ($product->has_special_discount)
{{ $product->original_price }}L.E
@endif
@endforeach
@include('web.partials.index.partners')
@endsection @section('scripts') @endsection