@extends("design_1.web.layouts.app") @push('styles_top') @endpush @php $rightFloatImage = getGiftsGeneralSettings("right_float_image"); @endphp @section("content")

{{ $pageTitle }}

{{ $titleHint }}

@if(!empty($rightFloatImage))
{{ trans('update.right_float_image') }}
@endif

{{ trans('update.receipt_information') }} 🎁

{{ trans('update.please_insert_your_gift_receipt_information_accurately_the_system_will_send_the_gift') }}

@include('design_1.web.gift.includes.item_card')
@endsection @push('scripts_bottom') @endpush