@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'))
{{ $c['sid'] }}
@endif @if($sec('show_branch')) @endif