Create Governance

@include('layouts.admin.alerts')
@csrf

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') }}

Upload Profile Image *: ( Standard image resolution to be used : approx 350X250 )

Clear Image
@endsection