@extends('portal.ninja2020.layout.clean', ['custom_body_class' => 'overflow-y-hidden']) @section('meta_title', ctrans('texts.view_invoice')) @section('body') @if($invoice->isPayable())
@csrf

{{ ctrans('texts.unpaid') }}

{{ ctrans('texts.invoice_still_unpaid') }}

← {{ ctrans('texts.client_portal') }}
@endif @endsection