@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
@if ($history) @for($i = 0; $i < sizeof($history); $i++) @endfor @endif
{!! trans('applicationResource.historial.numbusqueda') !!} {!! trans('applicationResource.historial.numcompuestos') !!} {!! trans('applicationResource.historial.critbusqueda') !!} {!! trans('applicationResource.historial.ver') !!}
{!! $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
@endsection