@extends('layouts.partials.master') @section('title', 'Perfis') @push('styles') @endpush @section('content') @include('layouts.components.section-title', ['title' => 'Perfis']) @include('layouts.components.alerts')
@forelse($roles as $role) @empty @endforelse
Nome Descrição
{{ $role->getRoleName() }} {{ $role->getRoleDescription() }}

{{ __('translations.no_results') }}

@include('layouts.components.pagination', ['subject' => $roles]) @endsection