@extends("backend.layout-sticky.master") @section("title") Kasir - Sistem Klinik @endsection @push('css') @endpush @section ('back') @endsection @section ('content')
id]) : route('dashboard.keuangan.billing.store') }}" method="POST" enctype="multipart/form-data"> @if ($action === "UPDATE") @method('PUT') @endif @csrf

{{ $row['pasien']['nama'] }}

{{ $row['pasien']['no_rm'] }}

Loyalti Point : {{$loyalti_poin}}

Pembayaran
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Biaya Tindakan

@if ($row->rekam_medis->tindakan_pasien) @foreach ($row->rekam_medis->tindakan_pasien->details as $val)
@endforeach @else
@endif @if ($row->rekam_medis->resep)

Biaya Obat

@foreach ($row->rekam_medis->resep->details as $value)
@endforeach @endif @if (count($row->billing_products)>0)

Biaya Produk

@foreach ($row->billing_products as $value)
@endforeach @endif
@if (isset($row) && $row['type_diskon'] == 1)
@else
@endif
@if ($row->rekam_medis->tindakan_pasien)

DP hanya untuk tindakan

@foreach ($row->rekam_medis->tindakan_pasien->details as $val)

DP minimal Rp. {{ number_format($val->biaya_habis_pakai+$val->biaya_lab+$val->diskon_dokter, 2) }}

(required)
@endforeach @endif
(required)
@endsection @push('js') @endpush