{!! Form::label('source_url','Source Url') !!} {!! Form::text('source_url' , $redirect->source_url , ['class' => 'form-control','placeholder' => 'Source Url','required'=>'true']) !!}
{!! Form::label('target','Target Url') !!} {!! Form::select('target_url' ,$selected, $redirect->target_url , ['class' => 'form-control','required'=>'true', 'id' => 'target_url', 'multiple' , 'style' => 'width:100%']) !!}

Note : Regex Redirects are complex and you must know exactly how to use them before using this feature this box. If you do not know how to use Regex Redirect, uncheck the box. Mistakes can cause severe issues with your site
@if($redirect->id > 0) @endif