{{-- Alert --}}
@if (session()->has('success'))
{{ session('success') }}
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if (isset($last_maintenance->status) && isset($last_maintenance->is_nota))
@if ($last_maintenance->status == 'Diterima' && $last_maintenance->is_nota == '0')
Status permohonan terakhir anda telah diterima, silahkan upload bukti nota pembelian pada menu aksi
@endif
@endif
{{-- List Data --}}
No. |
Nama |
Wilayah |
Pekerjaan |
Jarak Tempuh |
Harga BBM |
Jumlah Permintaan |
Waktu Input |
Status |
Aksi |