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

All Users

Add New Role @if($title == 'All Trashed Roles') All Roles @else Trashed Roles @endif
{{ all_errors($errors) }} @include('layouts.flash') @if (!$roles->isEmpty()) @foreach($roles as $role) @endforeach @else @endif
# Name Display Name Description Created Updated Actions
{{ $role->id }} {{ $role->name }} {{ $role->display_name }} {{ $role->description }} {{ $role->created_at }} {{ $role->updated_at }} Edit @if($title == 'All Roles') Trash @else Restore @endif Delete
Data is not available.
@endsection @section('pageScript') @endsection