@extends('layouts.frontend') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.rejectCustomerLuckDrawData.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('customer_luck_draw_data'))
{{ $errors->first('customer_luck_draw_data') }}
@endif {{ trans('cruds.rejectCustomerLuckDrawData.fields.customer_luck_draw_data_helper') }}
@if($errors->has('uploaded_photo'))
{{ $errors->first('uploaded_photo') }}
@endif {{ trans('cruds.rejectCustomerLuckDrawData.fields.uploaded_photo_helper') }}
@if($errors->has('updated_correct_happy_code'))
{{ $errors->first('updated_correct_happy_code') }}
@endif {{ trans('cruds.rejectCustomerLuckDrawData.fields.updated_correct_happy_code_helper') }}
@if($errors->has('reject_type'))
{{ $errors->first('reject_type') }}
@endif {{ trans('cruds.rejectCustomerLuckDrawData.fields.reject_type_helper') }}
@if($errors->has('remark'))
{{ $errors->first('remark') }}
@endif {{ trans('cruds.rejectCustomerLuckDrawData.fields.remark_helper') }}
@if($errors->has('status'))
{{ $errors->first('status') }}
@endif {{ trans('cruds.rejectCustomerLuckDrawData.fields.status_helper') }}
@endsection @section('scripts') @endsection