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

Edit Pasien

@csrf {{ method_field('PUT') }}
{{ $errors->first('noRm') }}
{{ $errors->first('nomorKtp') }}
{{ $errors->first('nama') }}
{{ $errors->first('umur') }}
{{ $errors->first('asalRuangan') }}
{{ $errors->first('jenisKelamin') }}
{{ $errors->first('alamat') }}
{{ $errors->first('nomorTelepon') }}
{{ $errors->first('jenisAsuransi') }}
@endsection @push('scripts') @if (Session::has('update_failed')) @endif @endpush