@extends('layouts.master') @section('headers') @endsection @section('scripts') {!! Html::script('js/spin.js') !!} {!! Html::script('js/loadingScreen.js') !!} {!! Html::script('js/loadFamilies.js') !!} {!! Html::script('js/shiftManager.js') !!} @endsection @section('mainContainer')

{!! trans('applicationResource.form.busquedas.desplazamiento') !!}

{!! csrf_field() !!}

δ

{!! trans('applicationResource.form.selectCarbonType') !!}

{!! trans('applicationResource.form.tolerance') !!}

@if(old('shiftsArray')!==null) @for($i=0;$i
@if ($errors->has('shiftsArray.'.$i.'.shiftMin') || $errors->has('shiftsArray.'.$i.'.shiftMax'))
{{ trans('applicationResource.errors.shift') }}
@endif @if ($errors->has('shiftsArray.'.$i.'.tolerance'))
{{ trans('applicationResource.errors.tolerance') }}
@endif @endfor @else
@endif
@include('search.familiesPartial')
{{-- --}} @if ($errors->has('minCarbons')) {{ $errors->first('minCarbons') }} @endif
?
{!! trans('applicationResource.form.minimo.help') !!}
@endsection