@extends('layout.sidebar') @section('content')

Atributos de Desarrollo

{{ link_to_action('StudentLearnerAttributeController@getCreate', 'Nuevo Atributo', null, array('class' => 'btn btn-primary')) }}


@forelse($studentLearnerAttribute as $attribute) @empty @endforelse
Nombre Estado
{{ $attribute->name }} {{ StudentLearnerAttribute::$status[$attribute->status] }}
No existen resultados
@stop()