@extends('backend.layout.master') @section('content')

Edit Product

@if (count($errors) > 0)
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Add Variations

@csrf @method('PUT')
@if(count($productVariations)>0) @foreach($productVariations as $key => $productVariation)
@endforeach @else
@endif
@endsection @push('specific_css') @endpush @push('specific_js') @endpush