@extends('layouts.master_app') @section('title') Roles @endsection @section('menu_tickets', 'here show') @section('css') @endsection @section('content')

Roles Listar todos

@include('partials.success') @foreach( $roles as $rol ) @endforeach
Rol
{{ $rol->name }}    
@endsection @section('js') @endsection