@if (session()->has('success'))
{{ session('success') }}
@endif
@if (isset($last_maintenance->status) && isset($last_maintenance->is_nota))
@if ($last_maintenance->status == 'Diterima' && $last_maintenance->is_nota == '0')
Anda belum bisa mengajukan permohonan baru karena belum upload nota pembayaran pada permohonan terakhir.
@else
@endif
@else
@endif