@extends('layout') @section('content')
@if(Session::has('message'))
@if(Session::has('icon')) @endif {{ Session::get('message') }}
@endif
Agregar Grupo
@if(isset($groups)) @foreach($groups as $group) @endforeach @endif
Nombre Acciones
{{ $group->name}}
@stop @section('scripts') @stop