@can($viewGate) @endcan @can($editGate) @if($row->status !== 'Paid') {{-- Only show the edit button if the status is not "Paid" --}} @endif @endcan @can($deleteGate) @if($row->status !== 'Paid') {{-- Only show the delete button if the status is not "Paid" --}}
@endif @endcan