@extends('admin.layouts.admin') @section('title') create products attribute @endsection @section('script') {{-- //ckEditor--}} @endsection @section('content')
{{ $product->name }} - ایجاد محصول

@include('admin.sections.errors')
@csrf
{{-- Product Image Section --}}

تصاویر محصول :


{{-- Sale Section --}}

تخفیف :

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

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

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

بازگشت
@endsection