@extends('layouts.global') @section('title')Tambah Pasien Baru @endsection @section('csrf') @endsection @section('content')

Tambah Pasien Baru

@csrf
{{ $errors->first('noRm') }}
{{ $errors->first('nomorKtp') }}
{{ $errors->first('nama') }}
{{ $errors->first('umur') }}
{{ $errors->first('jenisKelamin') }}

{{ $errors->first('asalRuangan') }}
{{ $errors->first('nomorTelepon') }}
{{ $errors->first('alamat') }}
{{ $errors->first('jenisAsuransi') }}
@endsection @push('scripts') @if (Session::has('store_failed')) @endif @endpush