{{ trans('cruds.shippingLuckyDraw.title_singular') }}

@method('PUT') @csrf
{{ trans('cruds.shippingLuckyDraw.fields.courier_name_helper') }}
@if($errors->has('tracking_number'))
{{ $errors->first('tracking_number') }}
@endif {{ trans('cruds.shippingLuckyDraw.fields.tracking_number_helper') }}
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif {{ trans('cruds.shippingLuckyDraw.fields.description_helper') }}
@if($errors->has('shipment_date'))
{{ $errors->first('shipment_date') }}
@endif {{ trans('cruds.shippingLuckyDraw.fields.shipment_date_helper') }}

{{ trans('global.reject') }} {{ trans('cruds.customerLuckDrawData.title_singular') }}

@method('PUT') @csrf
@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.customerLuckDrawData.fields.remark_helper') }}