@extends('layouts.admin') @section('title', 'Update Admin — OAH') @section('content')

Update admin

Update this admin account. If the Email changes, a new password will be generated and sent to the new address.

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
Cancel
@endsection