@php $c = $card; $sec = fn (string $k): bool => \App\Support\CardCustomization::sectionEnabled($custom ?? [], $k); $lay = $custom['layout'] ?? []; @endphp
@if($sec('show_logo') || $sec('show_org_name'))
@if($sec('show_logo')) @endif @if($sec('show_org_name')) {{ $c['org_name'] }} @endif
@endif @if($sec('show_photo')) @endif @if($sec('show_name'))

{{ $c['name'] }}

@endif @if($sec('show_designation'))

{{ $c['designation'] }}

@endif
@if($sec('show_sid'))
{{ __('ID') }}{{ $c['sid'] }}
@endif @if($sec('show_phone'))
{{ __('Phone') }}{{ $c['phone'] }}
@endif
@if($sec('show_signature'))
@include('cards.partials.signatures', ['class' => 'card-signatures--inline', 'imgClass' => 'id-modern__sign-img'])
@endif