{{ Form::label('serial_prd_dropdown','Periodos:') }}
-- Seleccione --
@if(count($periods)>0) @foreach($periods as $item)
serial_prd}}> {{$item->name_prd}}
@endforeach @endif
{{ HTML::style('css/common/eyelash.css') }} @if(isset($sendDataJs) && $sendDataJs != '') {{HTML::script($sendDataJs)}} @endif