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

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

@if ($errors->has('emptyError'))

{!! trans('applicationResource.errors.requeridos') !!}

@endif
{!! csrf_field() !!} @include('search.familiesPartial')
@if ($errors->has('ca')) {{ $errors->first('ca') }} @endif
@if ($errors->has('hi')) {{ $errors->first('hi') }} @endif
@if ($errors->has('ni')) {{ $errors->first('ni') }} @endif
@if ($errors->has('ox')) {{ $errors->first('ox') }} @endif
@if ($errors->has('s')) {{ $errors->first('s') }} @endif
@if ($errors->has('fl')) {{ $errors->first('fl') }} @endif
@if ($errors->has('cl')) {{ $errors->first('cl') }} @endif
@if ($errors->has('br')) {{ $errors->first('br') }} @endif
@if ($errors->has('io')) {{ $errors->first('io') }} @endif

@if ($errors->has('minWeight')) {{ $errors->first('minWeight') }} @endif
<>
@if ($errors->has('maxWeight')) {{ $errors->first('maxWeight') }} @endif
@if ($errors->has('triName')) {{ $errors->first('triName') }} @endif
@if ($errors->has('semiName')) {{ $errors->first('semiName') }} @endif

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

@if ($errors->has('authors')) {{ $errors->first('authors') }} @endif
@if ($errors->has('magazine')) {{ $errors->first('magazine') }} @endif
@if ($errors->has('page')) {{ $errors->first('page') }} @endif
@if ($errors->has('volume')) {{ $errors->first('volume') }} @endif
@if ($errors->has('year')) {{ $errors->first('year') }} @endif
@endsection