@extends('admin.layouts.admin') @section('title') show products @endsection @section('script') @endsection @section('content')
محصول : {{ $product->name }}


{{-- Sale Section --}}

تخفیف :

آیا تمایل دارید این محصول در بخش شمارش معکوس نمایش داده شود ؟

showOnIndex==1 ? 'checked' : '' }}>

{!! $product->shortDescription !!}

{!! $product->description !!}
@if($product->video=!null)
@endif {{-- Images --}}

تصویر اصلی :

{{ $product->name }}

گالری تصاویر :

@foreach ($images as $image)
{{ $product->name }}
@endforeach
بازگشت
@endsection