@extends('layouts.main') @section('breadcrumbs') {{ Breadcrumbs::render(request()->route()->getName()) }} @endsection @section('content') @include('lpj::assetsku.includenya')

Denah

@include('lpj::component.detail-jaminan', ['status' => true])
@csrf
@if (isset($formDenah['denahs']) && is_array($formDenah['denahs']) && count($formDenah['denahs']) > 0) @foreach ($formDenah['denahs'] as $index => $denah)
@if (isset($denah['foto_denah'])) @php $fileExtension = pathinfo( $denah['foto_denah'], PATHINFO_EXTENSION, ); @endphp @if (in_array($fileExtension, ['jpg', 'jpeg', 'png'])) @elseif($fileExtension === 'pdf') @endif @endif
@if ($index > 0)
@endif
@endforeach @else
@endif
@endsection @push('scripts') @include('lpj::surveyor.js.utils') @endpush