@if(!$showAddPatient)
Cari pasien.
@if($autocomplete['show']) @forelse ($this->autocomplete['results'] as $patient) @empty @endforelse @endif
@endif
@if(!$this->showAddPatient) @endif
@switch($this->step) @case(1)
@if($showAddPatient)
Pasien
{{--
@foreach (app_const('CALLING_NAME')[$this->jenisKelamin] as $name => $value) @endforeach
Jenis Kelamin
@foreach (app_const('GENDERS') as $gender) @endforeach
@foreach ($companies as $company) @endforeach @foreach (app_const('PATIENT_TYPES') as $type) @endforeach
@foreach ($provinces as $province) @endforeach @if($this->provinsi) @forelse ($this->regencies as $regency) @empty @endforelse @endif @if ($this->kabupaten) @forelse ($this->districts as $district) @empty @endforelse @endif @if ($this->kecamatan) @forelse ($this->villages as $village) @empty @endforelse @endif
--}}
@foreach (app_const('CALLING_NAME')[$this->jenisKelamin] as $name => $value) @endforeach
Jenis Kelamin
@foreach (app_const('GENDERS') as $gender) @endforeach
@endif
@break @case(2)
Nama : {{ $this->nama ?? '-' }}
NIK/SIM/Nomor Identitas : {{ $this->nik ?? '-' }}
Tempat Lahir : {{ $this->tempatLahir ?? '-' }}
Tanggal Lahir : {{ Carbon\Carbon::parse($this->tanggalLahir)->format('d F Y') ?? '-' }}
Alamat Surel : {{ $this->surel ?? '-' }}
Nomor Ponsel : {{ $this->nomorPonsel ?? '-' }}
Jenis Kelamin : {{ $this->jenisKelamin ?? '-' }}
Pekerjaan : {{ $this->pekerjaan ?? '-' }}
Jenis Pasien : {{ $this->jenisPasien ?? '' }}
Provinsi : {{ $this->provinsi ?? '' }}
Kabupaten : {{ $this->kabupaten ?? '' }}
Kecamatan : {{ $this->kecamatan ?? '' }}
Kelurahan : {{ $this->kelurahan ?? '' }}
Alamat : {{ $this->alamat ?? '-' }}
Nomor Jenis Pasien : {{ $this->nomorJenisPasien ?? '-' }}
Nomor Rekam Medis : {{ $this->nomorRekam ?? '-' }}
@if($this->dataTes)
Tes yang telah dipilih.
    @foreach ($this->dataTes as $test)
  • {{ $testHelper->getTestName($test) }}
  • @endforeach
@endif
Tambah tes untuk pasien.
@forelse ($testPrices as $test)
@empty @if($this->nama) Data tes tidak ditemukan. @else Pilih pasien dan perusahaan terlebih dahulu, kemudian tambah tes yang diinginkan. @endif @endforelse
@break @endswitch
@push('styles') @endpush @push('scripts') @endpush