@extends('layout.master') @section('css') @endsection @section('main_content')

Edit Product Detail

@if(auth()->user()->can('products.index')) Back @endif

1

Step 1

2

Step 2

@method('patch') @csrf
@include('admin.products.option-field')

Price & Tax

%
@if(isset($productdata['weight']) && $productdata['weight']!='') @php $Weight = $productdata['weight']; @endphp @else @if(isset($CategoryDetail->shipment_weight) && $CategoryDetail->shipment_weight!='') @php $Weight = $CategoryDetail->shipment_weight; @endphp @else @php $Weight = '0'; @endphp @endif @endif

Other Attributes

@include('admin.products.other-option-field')
@endsection @section('scripts') @endsection