@extends('layouts.master') @section('css') {!! Html::style('css/jquery_ui.css')!!} {!! Html::style('css/datatable/dataTables.bootstrap.css')!!} @stop @section('content') @if(Session::has('message_success'))
{!! Session::get('message_success') !!}
@endif @if(Session::has('message_error'))
{!! Session::get('message_error') !!}
@endif @if(Session::has('message_success_parametros'))
{!! Session::get('message_success_parametros') !!}
@endif @if(Session::has('message_error_parametros'))
{!! Session::get('message_error_parametros') !!}
@endif

@if(count($requisitos)>0) @foreach($requisitos as $value) condicion) class="text-danger negrita danger" @endif> @endforeach
Nivel Nacionalidad Código Descripción Acciones
{!! $value->nivel->descripcion!!} {!! $value->nacionalidad->descripcion!!} {!! $value->codigo!!} {!! $value->descripcion!!}
@else
No hay requisitos cargados
@endif
@stop @section('postscript') {!! Html::script('js/jquery_ui.js') !!} {!! Html::script('js/datatable/jquery.dataTables.js') !!} {!! Html::script('js/datatable/dataTables.bootstrap.js') !!} @stop