@extends('layouts.app') @section('title') Dashboard @endsection @section('admin-content')

Lihat Expense Vehicle Running Cost

@include('backend.layouts.partials.messages')
@if ($form->type == 'gasoline')
@endif
@if ($form->type == 'gasoline')
@endif

Gunakan tombol preview untuk melihat lampiran.

@forelse ($attachments as $attachment) @empty @endforelse
Kategori Nama File Preview Download
{{ $attachment['file_category'] ? ucwords(str_replace('_', ' ', $attachment['file_category'])) : '-' }} {{ $attachment['filename'] ?? basename($attachment['file_path']) }} Download
Tidak ada lampiran.
Kembali @if (auth()->user()->can('approval.approve') && $form->status == 'On Progress') @elseif(auth()->user()->can('approval2.approve') && $form->status == 'Approved 1') @elseif(auth()->user()->can('final_approval.approve') && $form->status == 'Approved 2') @endif
@include('backend.components.attachment-preview-modal', [ 'modalId' => 'vehicleViewAttachmentPreviewModal', 'title' => 'Preview Lampiran', ])
@endsection @section('scripts') @endsection