@if (\Session::has('success'))
@endif
@if (\Session::has('error'))
@endif
{{ Form::open(array('action'=>'RedirectionController@postUpdateRedirection','class'=>'form-horizontal','role'=>'form','id'=>'brand-form', 'files'=>true,'enctype' =>'multipart/form-data')) }}
{{Form::close()}}
{{\Session::get('success')}}
{{\Session::get('error')}}