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

➕ Tambah Pasien Baru

@if ($errors->any())
Terjadi kesalahan:
@endif
@csrf {{-- Nama, Email --}}
{{-- Password --}}
{{-- No HP, KTP --}}
{{-- Gender & Role --}}
{{-- Foto --}}
{{-- Tanggal Lahir --}}
{{-- Alamat --}}
{{-- Wilayah --}}
{{-- Lokasi Peta --}}
{{-- PETA --}} @endsection