Receipt Settings
@if($devices)
@if( $receipt_setting )
@else
@endif
@else
{{ 'No devices added yet.' }}
@endif
Ticket Settings
@if($devices)
@if( $ticket_setting )
@else
{{ 'Printer setting not added yet.' }}
@endif
@else
{{ 'No devices added yet.' }}
@endif
Tipping Settings
@if($devices)
@if( $tipping_setting )
@else
@endif
@else
{{ 'No devices added yet.' }}
@endif
Actively Report Settings
@if($posdevices)
@endif