{{ __('Document') }}
{{ $model->document->title ?? 'N/A' }}
{{ __('Attachment') }}
@php $ext = strtolower(pathinfo($model->document->lampiran_file, PATHINFO_EXTENSION)); $isImage = in_array($ext, ['jpg', 'jpeg', 'png']); $lampUrl = asset('storage/' . $model->document->lampiran_file); @endphp @if($isImage){{ __('By signing, you declare that you Agree to sign this document electronically.') }}