{{-- --}}
@include('modals.superAdmin.setting.tip_amount.addtip_amount') @include('modals.superAdmin.setting.tip_amount.edittip_amount') @include('modals.superAdmin.setting.tip_amount.viewtip_amount')
@if (count($tip_amounts) > 0) @foreach ($tip_amounts as $key => $tip_amount) @endforeach @else @endif
S.No Tip Status Action
{{ $tip_amounts->firstitem() + $key }} ₹ {{ number_format($tip_amount->tip_amount,2) }}
status == 1 ? 'checked' : '' }} type="checkbox" role="switch" id="{{ $tip_amount->id }}" wire:click="updateStatus($event.target.checked,'{{ $tip_amount->id }}')">

No Record Found

@if ($tip_amounts ) {{ $tip_amounts->links('vendor.livewire.bootstrap') }} @endif