@extends('layouts.main') @section('breadcrumbs') {{-- {{ Breadcrumbs::render(request()->route()->getName()) }} --}} Paparan @endsection @section('content') @include('lpj::assetsku.includenya')
@include('lpj::component.detail-jaminan', [ 'backLink' => 'penilai.show', 'id' => $permohonan->id, 'title' => 'Paparan dokument', ]) @include('lpj::penilai.components.foto-lampiran')
Kertas Kerja
@php $url = ''; $fileName = ''; if ($penilai && $penilai->kertas_kerja) { $url = asset('storage/' . $penilai->kertas_kerja); $fileName = basename($penilai->kertas_kerja); } @endphp

{{ $fileName }}

@endsection