{{__('messages.receiptSettings')}}

@csrf {{--
--}} {{-- --}} {{--
--}}
@if(isset($receipt->logo) == null) profile image @else profile image @endif {{--
--}} {{--
--}}
@if(isset($receipt->is_logo_used) == null) @else business->getReceipt->is_logo_used ? 'checked':''}} id="is_logo_used" /> @endif
@if(isset($receipt->show_calories) == null) @else business->getReceipt->show_calories ? 'checked':''}} id="show_calories" /> @endif
@if(isset($receipt->show_order_number) == null) @else business->getReceipt->show_order_number ? 'checked':''}} id="show_order_number" /> @endif
@if(isset($receipt->show_sub_total) == null) @else business->getReceipt->show_sub_total ? 'checked':''}} id="show_sub_total" /> @endif
@if(isset($receipt->show_rounding) == null) @else business->getReceipt->show_rounding ? 'checked':''}} id="show_rounding" /> @endif
@if(isset($receipt->show_closer_user_name) == null) @else business->getReceipt->show_closer_user_name ? 'checked':''}} id="show_closer_user_name" /> @endif
@if(isset($receipt->show_creator_user_name) == null) @else business->getReceipt->show_creator_user_name ? 'checked':''}} id="show_creator_user_name" /> @endif
@if(isset($receipt->show_check_number) == null) @else business->getReceipt->show_check_number ? 'checked':''}} id="show_check_number" /> @endif
@if(isset($receipt->hide_free_modifier_option) == null) @else business->getReceipt->hide_free_modifier_option ? 'checked':''}} id="hide_free_modifier_option" /> @endif
{{-- --}}
{{-- --}}