@extends("backend.layout-sticky.master") @section("title") Registrasi - Sistem Klinik @endsection @push('css') @endpush @section ('back') @endsection @section ('content')

{{ $row->nama ?? $row->pasien->nama }}

{{ $row->no_rm }}

Registrasi Pasien
@if(session()->has('messages'))
{{ session()->get('messages') }}
@endif @if(session()->has('error'))
{{ session()->get('error') }}
@endif
id]) : route('dashboard.layanan.registrasi.store') }}" method="POST" enctype="multipart/form-data"> @if ($action === "UPDATE") @method('PUT') @else @endif @csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection @push('js') @endpush