@extends('layouts.app') @section('content')

User Roles

@can('ADD_ROLES') @endcan
@if (Auth::user()->can(['ADD_USER_ROLES'])) {{ Html::link('roles/create', __('xuser::user_role.buttons.new_role'),array('class="btn btn-success"'))}} @endif
{{ __('xuser::user_role.labels.role_name')}} {{ __('xuser::user_role.labels.role_display_name')}} {{ __('xuser::user_role.labels.description')}} {{ __('xuser::user_role.labels.actions')}}
@endsection @section('custom_script') @endsection