@extends('layouts/default') {{-- Page title --}} @section('title') {{ ' List Form Assets ' }} @parent @stop {{-- Page content --}} @section('content')
| No | Nomor Form | Tipe | User | TTD User | TTD Support | IT Support | IT Asset | Tanggal dan Waktu Pembuatan | {{--Upload Status | --}}Upload Action | Action | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ ($forms->currentPage() - 1) * $forms->perPage() + $index + 1 }} | @php $link = $form->asset_ids ? url('forms/view/' . $form->id) : url('forms/' . $form->form_code . '/' . $form->id . '/' . $form->company_id . '/view'); @endphp {{ $form->form_number }} | {{ $form->formcode->description }} | {{ optional($form->user)->getFullNameAttribute() ?? '-' }} | {!! $form->getFlagSignature() !!} | {!! $form->getFlagSignatureITSupport() !!} | {{ optional($form->support)->getFullNameAttribute() ?? '-' }} | {{ optional($form->admin)->getFullNameAttribute() ?? '-' }} | {{ $form->created_at }} | {{--@if (!$form->form_path) Belum diupload @else Sudah diupload @endif | --}}
{{-- ✅ form="bulkForm" terikat ke bulk form di luar --}}
|
@php
$link_edit = $form->asset_ids
? url('forms/edit/' . $form->id)
: url('formassets/' . $form->id . '/edit');
@endphp
|
||
| Data tidak ditemukan !!! | |||||||||||||
Total Data: {{ $total }}