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

Show {{ ROLE_TITLE_ADMIN }}

Show {{ ROLE_TITLE_ADMIN }} Edit {{ ROLE_TITLE_ADMIN }}
{{csrf_field()}} @method('PUT')
{{ $errors->first('role_title') }}
{{ $errors->first('vrole') }}
created_at) }}" />
{{ $errors->first('created_at') }}
updated_at) }}" />
{{ $errors->first('updated_at') }}
@endsection