@extends('layouts.AdminLTE.index') @section('icon_page', 'unlock-alt') @section('title', 'Permissions') @section('menu_pagina')
  • Add
  • Users
  • @endsection @section('content')
    @foreach($roles as $role) @if($role->id != 1) @endif @endforeach
    Name Description Created Actions
    {{ $role->name }} {{ $role->label }} {{ $role->created_at->format('d/m/Y H:i') }} name }}">
    Name Description Created Actions
    {{ $roles->links() }}
    @endsection