@if($errors->first('sql') != null)
{{$errors->first('sql')}}
@endif
@if($errors->first('bien') != null)
{{$errors->first('bien')}}
@endif
{{ Form::model($transaccion, ['id' => 'recargamovil', 'route' => $route, 'method' => $method] ) }}
{{ Form::hidden('id', null) }}
{{ Form::close() }}