@extends('backend.app') @push('css') @endpush @section('content')

Product Update

@csrf {{ method_field('PATCH') }}
@foreach ($item->images as $key => $image)
×
@endforeach
@if($item->discount_type == null) @else
@endif

@if($item->type == 'variable')
@foreach($item->variations as $v) @endforeach
Size Color Purchase Price Price Discount Price Stock Quantity Action
@else @endif
@endsection @push('js') @endpush