@extends('layouts.app_admin') @section('content')

List
@if(Session::has('message'))

{{Session::get('message')}}

@endif @if(Session::has('error'))

{{Session::get('error')}}

@endif
@foreach($roles as $rol) @endforeach
Nom role Action
{{$rol->nom_role}} Edit
@endsection