@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.luckyDrawItem.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.luckyDrawItem.fields.name_helper') }}
@if($errors->has('picture'))
{{ $errors->first('picture') }}
@endif {{ trans('cruds.luckyDrawItem.fields.picture_helper') }}
@if($errors->has('video_link'))
{{ $errors->first('video_link') }}
@endif {{ trans('cruds.luckyDrawItem.fields.video_link_helper') }}
@if($errors->has('display_picture'))
{{ $errors->first('display_picture') }}
@endif {{ trans('cruds.luckyDrawItem.fields.display_picture_helper') }}
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif {{ trans('cruds.luckyDrawItem.fields.description_helper') }}
@if($errors->has('status'))
{{ $errors->first('status') }}
@endif {{ trans('cruds.luckyDrawItem.fields.status_helper') }}
@endsection @section('scripts') @endsection