@inject('model', '\App\Domains\Auth\Models\User') @extends('backend.layouts.app') @section('title', __('Update Role')) @section('content')
@lang('Update Role')
@lang('Type')
type === $model::TYPE_USER ? 'selected' : '' }}>@lang('User')
type === $model::TYPE_ADMIN ? 'selected' : '' }}>@lang('Administrator')
@lang('Name')
@include('backend.auth.includes.permissions')
@lang('Update Role')
@endsection