@extends('layouts.main') @section('breadcrumbs') {{ Breadcrumbs::render('pembayaran') }} @endsection @section('content')
{{ $noc->permohonan->nomor_registrasi ?? '-' }}
{{ $noc->nomor_tiket ?? '-' }}
{{ $noc->permohonan->tanggal_permohonan ?? '-' }}
{{ $noc->permohonan->user->name ?? '-' }}
@if ($noc->permohonan->branch ?? null) {{ $noc->permohonan->branch->code }} - {{ $noc->permohonan->branch->name }} @else - @endif
{{ $noc->permohonan->debiture->name ?? '-' }}
Kurang Bayar
{{ formatRupiah($noc->nominal_kurang_bayar ?? 0, 2) }}