@extends('main',['delivery'=>1]) @section('styles') {!! Html::style(Theme::current()->assetPath.'/slider-pro/css/slider-pro.min.css') !!} {!! Html::style(Theme::current()->assetPath.'/rating/css/star-rating.css') !!} {!! Html::style(Theme::current()->assetPath.'/rating/themes/krajee-fa/theme.css') !!} @endsection @php $lang = app()->getLocale(); $data = $product->data; $attributes = @$data['attributes']; $data_product = get_setting('product'); @endphp @section('content') @widget('ListCategoriesMenu') @widget('Sidebar\BlockBanner') {{ __('Home') }} {{ __("Products") }} {!! @$product->category->title !!} {{ $product->title }} {{-- (5/4.9) --}} {!! $product->offer ?? $product->price !!} {!! __('EGP') !!} / {!! @optional($product->unit)->title !!} @if ($product->stock > 0) {!! __('Availability now') !!} @else {!! __('Not available now') !!} @endif {!! removeEmptyParagraph($product->technical) !!} {!! __('Category') !!}: {!! @$product->category->title !!} {!! __('Quantity') !!}: {!! __('Add to cart') !!} {!! __('Add to Wishlist') !!} @if ($product->hasMedia('gallery')) @if ($product->photo) @endif @foreach ($product->getMedia('gallery') as $key => $image) @endforeach @if ($product->photo) @endif @foreach ($product->getMedia('gallery') as $key => $image) @endforeach @else @if ($product->photo) @endif @endif {{-- ############################### --}} الوصف تقييمات {!! removeEmptyParagraph($product->content) !!} كن أول من يقييم المنتج ارسال {{-- ############################### --}} @widget('RelatedProducts',['cat_id' => $product->category_id,'count' =>4]) @endsection @section('scripts') {!! Html::script(Theme::current()->assetPath.'/js/jquery.validate.js') !!} {!! Html::script(Theme::current()->assetPath.'/rating/js/star-rating.js') !!} {!! Html::script(Theme::current()->assetPath.'/rating/themes/krajee-fa/theme.js') !!} {!! Html::script(Theme::current()->assetPath.'/slider-pro/js/jquery.sliderPro.min.js') !!} @endsection
كن أول من يقييم المنتج