Edit {{ $member->name }} | Governance Member

@include('layouts.admin.alerts') @csrf {{ method_field('put') }}

Name *

has('name') ? 'autofocus' : '' }} > {{ $errors->first('name') }}

Designation *

has('designation') ? 'autofocus' : '' }} > {{ $errors->first('designation') }}

Position *

has('position') ? 'autofocus' : '' }} onKeyUp="$(this).val($(this).val().replace(/[^\d]/ig, ''))" > {{ $errors->first('position') }}
{{ $errors->first('profileImage') }}
has('profileImage') ? 'autofocus' : '' }}>

@endsection