@extends('admin.layouts.admin') @section('title') edit product category @endsection @section('script') @endsection @section('content')
ویرایش دسته بندی محصول : {{ $product->name }}

@include('admin.sections.errors')
@method('PUT') @csrf
{{-- Category&Attributes Section --}}

افزودن قیمت و موجودی برای متغیر :

بازگشت
@endsection