@extends('portal.ninja2020.layout.clean') @section('meta_title', ctrans('texts.error')) @section('body')
@if($account && !$account->isPaid())
Invoice Ninja logo
@elseif(isset($company) && !is_null($company))
{{ $company->present()->name() }} logo
@endif

{{ ctrans("texts.entity_removed_title") }}

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

@stop @push('footer') @endpush