@extends('dashboard.body.main') @section('container')
@if (session()->has('success')) @endif

Lista de rol

Agregar rol
{{--
--}}
@foreach ($roles as $role) @endforeach
Nombre rol Acción
{{ (($roles->currentPage() * 10) - 10) + $loop->iteration }} {{ $role->name }}
@method('delete') @csrf
{{ $roles->links() }}
@endsection