@extends('portal.ninja2020.layout.app') @section('meta_title', ctrans('texts.view_credit')) @section('body')

{{ ctrans('texts.entity_number_placeholder', ['entity' => ctrans('texts.credit'), 'entity_number' => $credit->number]) }}

@if($key) @endif
@include('portal.ninja2020.components.entity-documents', ['entity' => $credit]) @livewire('pdf-slot', ['entity' => $credit, 'invitation' => $invitation, 'db' => $credit->company->db]) @endsection @section('footer') @endsection