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

Edit Dokter

Aturan

- Username harus kombinasi angka dan huruf
- Password harus berisi 6 karakter
- Password harus kombinasi angka dan huruf
@csrf {{ method_field('PUT') }}
{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('role') }}
{{ $errors->first('spesialis') }}
{{ $errors->first('sip') }}
{{ $errors->first('nama') }}

{{ $errors->first('jenisKelamin') }}
{{ $errors->first('alamat') }}
{{ $errors->first('nomorTelepon') }}
{{ $errors->first('avatar') }}
@endsection @push('scripts') @if (Session::has('update_failed')) @endif @endpush