@extends('layouts.master') @section('headers') @endsection @section('estilos') {!! Html::style('css/footable.core.css') !!} {!! Html::style('css/footable.metro.css') !!} @endsection @section('scripts') {!! Html::script('js/spin.js') !!} {!! Html::script('js/loadingScreen.js') !!} {!! Html::script('jsme/jsme.nocache.js') !!} {!! Html::script('js/footable.js') !!} {!! Html::script('js/footable.sort.js') !!} @endsection @section('mainContainer') {!! csrf_field() !!} {!! trans('applicationResource.historial.historial') !!} @if ($errors->has('check')) {!! $errors->first('check') !!} @endif {!! trans('applicationResource.historial.numbusqueda') !!} {!! trans('applicationResource.historial.numcompuestos') !!} {!! trans('applicationResource.historial.critbusqueda') !!} {!! trans('applicationResource.historial.ver') !!} @if ($history) @for($i = 0; $i < sizeof($history); $i++) {!! $i+1 !!} {!! $history[$i]['count']!!} {!! \App\Http\Controllers\HistoryController::combineCriteria($history[$i]['criteria']) !!} {!! trans('applicationResource.historial.ver') !!} @if (!empty($history[$i]['selected'])) {!! trans('applicationResource.historial.busquedaRefinada') !!} @endif @endfor @endif And Or 1 not 2 2 not 1 {!! trans('applicationResource.historial.combinar') !!} {!! trans('applicationResource.historial.eliminar') !!} @endsection