@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.product.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('shortcode'))
{{ $errors->first('shortcode') }}
@endif {{ trans('cruds.product.fields.shortcode_helper') }}
@if($errors->has('featured_image'))
{{ $errors->first('featured_image') }}
@endif {{ trans('cruds.product.fields.featured_image_helper') }}
@if($errors->has('title'))
{{ $errors->first('title') }}
@endif {{ trans('cruds.product.fields.title_helper') }}
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif {{ trans('cruds.product.fields.description_helper') }}
@if($errors->has('image'))
{{ $errors->first('image') }}
@endif {{ trans('cruds.product.fields.image_helper') }}
@if($errors->has('organizer_wa_group'))
{{ $errors->first('organizer_wa_group') }}
@endif {{ trans('cruds.product.fields.organizer_wa_group_helper') }}
@if($errors->has('target_amount'))
{{ $errors->first('target_amount') }}
@endif {{ trans('cruds.product.fields.target_amount_helper') }}
@if($errors->has('current_amount'))
{{ $errors->first('current_amount') }}
@endif {{ trans('cruds.product.fields.current_amount_helper') }}
@if($errors->has('deadline'))
{{ $errors->first('deadline') }}
@endif {{ trans('cruds.product.fields.deadline_helper') }}
@if($errors->has('type'))
{{ $errors->first('type') }}
@endif {{ trans('cruds.product.fields.type_helper') }}
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('tags'))
{{ $errors->first('tags') }}
@endif {{ trans('cruds.product.fields.tag_helper') }}
@if($errors->has('category'))
{{ $errors->first('category') }}
@endif {{ trans('cruds.product.fields.category_helper') }}
@endsection @section('scripts') @endsection