标签: laravel-5.3
是否可以在Laravel中的Form::text()内放置图像?我试过这个:
Form::text()
{{ Form::text('Photo', asset('images/img.jpg'), array('class' => 'form-control', 'required' => '')) }}
但是我认为这是:
http://localhost/HBS/public/images/img.jpg