@extends('layouts.frontend') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.productSnapshot.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('product'))
{{ $errors->first('product') }}
@endif {{ trans('cruds.productSnapshot.fields.product_helper') }}
@if($errors->has('attributes'))
{{ $errors->first('attributes') }}
@endif {{ trans('cruds.productSnapshot.fields.attributes_helper') }}
@if($errors->has('date'))
{{ $errors->first('date') }}
@endif {{ trans('cruds.productSnapshot.fields.date_helper') }}
@endsection