{{-- wrapper --}}
{{-- topRow --}}
{{-- newButton --}}
{{-- title --}}

{{__('Identities')}} {{__('&')}} {{__('Licenses')}}

{{-- empty --}}
{{-- endRow --}} {{-- -------------------------------------------------- --}} {{-- -------------------------------------------------- --}} {{-- contentRow --}}
{{-- loop - attachemnts --}} @foreach ($attachments ?? [] as $attachment)
{{-- :: downloadLink --}} {{-- content --}}
{{-- topWrap --}}
{{-- image - name - size --}}
{{ $attachment?->identityType?->{__('name')} }}

{{ $attachment?->documentFileSize }}

{{-- end topWrap --}} {{-- ---------------------------- --}} {{-- ---------------------------- --}} {{-- bottomRow --}}
{{-- 1: issue --}}
{{__('Issue Date')}}
{{date('d M Y', strtotime($attachment->issueDate))}}
{{-- 2: expiry --}}
{{__('Expiry Date')}}
{{date('d M Y', strtotime($attachment->expiryDate))}}
{{-- endRow --}}
@endforeach {{-- end loop --}} {{-- ------------------------------- --}} {{-- ------------------------------- --}} {{-- paginateLinks --}}
{{ $attachments?->links() }}
{{-- endWrapper --}}