@extends('admin.layouts.master') @section('title', ADMIN_TITLE_ADMIN) @section('content')

Edit {{ ADMIN_TITLE_ADMIN }}

Edit {{ ADMIN_TITLE_ADMIN }}
{{csrf_field()}} @method('PUT')
{{ $errors->first('vemailid') }}
{{ $errors->first('vrole') }}
@endsection