@extends('admin.layouts.admin') @section('title') edit products @endsection @section('style') @endsection @section('script') {{-- //ckEditor--}} @endsection @section('content')
ویرایش محصول {{ $product->name }}
بازگشت

{{ $product->name }}

@include('admin.sections.errors')
@csrf @method('put')

{{-- Sale Section --}}

تخفیف :

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

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

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

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

{{-- Sale Section --}}

محصولات مرتبط :

@foreach($relatedProducts as $item)
{{ $item->name }}
@endforeach

{{-- Sale Section --}}

افزودن محصولات :

@endsection