@extends('admin.layouts.master') @section('title', 'فروشگاه') @section('css') @stop @section('content')

اضافه کردن محصول

جهت درج محصول در سایت، اطلاعات زیر را به دقت پر کنید.
مدیریت دسته بندی‌ها
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf {{--For Edit Product--}}


free_delivery) && $product->free_delivery != null ? 'checked' : '' }} autocomplete="off"> {{-- delivery_price : old('delivery_price') }}>--}} {{-- --}}
@stop @section('script') @stop