@can('Especialidad.create')
@endcan
{{ Form::open(['route' => 'verIndex', 'method' => 'GET', 'class' => 'form-inline pull-left']) }}
{{ Form::select('Institutos_id', $sedeofertas, null, ['class'=>'form-control', 'id' =>'valor', 'placeholder' => '.:Institutos:.']) }}
{{ Form::close() }}
@endsection
@section ('scripts')
@endsection