@php $invoice = \App\Models\Invoice::find($this->invoiceId); @endphp @if (getLogInUser()->hasRole('client') && $invoice->status_label != 'Paid') {{ __('messages.quote.make_payment') }} @endif