@extends('portal.ninja2020.layout.app') @section('meta_title', ctrans('texts.view_credit')) @push('head') @include('portal.ninja2020.components.no-cache') @endpush @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]) @include('portal.ninja2020.components.pdf-viewer', ['entity' => $credit, 'invitation' => $invitation]) @endsection @section('footer') @endsection