@extends('portal.ninja2020.layout.app') @section('meta_title', ctrans('texts.view_invoice')) @push('head') @endpush @section('header') {{ Breadcrumbs::render('invoices.show', $invoice) }} @endsection @section('body') @if($invoice->isPayable())
@csrf

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

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

@endif
@endsection @section('footer') @endsection