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

{{ $product->name }}

@include('admin.sections.errors')
@csrf @method('put')
sale_for_legal==1 ? 'checked' : '' }} type="checkbox" id="sale_for_legal" name="sale_for_legal">
tax==1 ? 'checked' : '' }} type="checkbox" id="tax" name="tax">

محدودیت ارسال کالا :

ارسال به تهران ؟

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

ارسال به البرز ؟

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

ارسال به شهرستان ها ؟

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

استان هایی را که امکان پرداخت حضوری دارد را انتخاب نمایید :


{{-- Sale Section --}}

تخفیف :

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

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

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

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

{{-- Sale Section --}}

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

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

{{-- Sale Section --}}

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

@endsection