@inject('plans', 'Elearn\Services\Plans') {!! Form::model(Request::all(), [ 'route' => 'courses.index', 'method' => 'GET', 'class' => 'form-inline', 'rol' => 'search', 'style' => 'text-align: center', ]) !!}
@lang('backend.buttons.see_all')
{!! Form::text('name', null, ['class' => 'form-control', 'id' => 'my-text', 'placeholder' => trans('backend.ph.search')]) !!}
{!! Form::select('plan', $plans->getPlansArray(), null, [ 'class' => 'form-control', 'id'=> 'my-select' ]) !!}
{!! Form::close() !!}