@extends('admin::layouts.content') @section('page_title') {{ __('admin::app.users.roles.edit-role-title') }} @stop @section('content')
@csrf()
@{{ errors.first('name') }}
@stop @push('scripts') @endpush