@canany(['hr_manager_hq', 'role']) @extends('adminlte::page') @section('title', $title) @section('content_header')

{{ $subtitle }}

@stop @section('content')
@if (session('success')) @endif
@foreach ($roles as $role) @if (!empty($role->id)) @endif @endforeach
# Roles Actions
{{ $role->id }} {{ $role->rolename }}
@stop @section('footer')   @stop @endcan