@extends('layouts.admin-apoteker') @section('title', 'Edit Pasien') @section('content')

✏️ Edit Data Pasien

@if(session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif
@csrf @method('PUT') {{-- Nama, Email, No HP --}}
{{-- KTP, Gender, Role --}}
{{-- Status --}}
{{-- Password --}}
{{-- Tanggal Lahir dan Foto --}}
Preview Foto
{{-- Alamat --}}
{{-- Wilayah --}}
{{-- Lokasi Peta --}}
← Batal
@endsection @push('scripts') @endpush