{!! Form::label('name', 'Select Product', ['class' => 'col-sm-3 control-label no-padding-right']) !!}
{!! Form::select('product_id', [], null, ["placeholder" => "Type Product Name...", "class" => "col-xs-10 col-sm-5"]) !!} @include('includes.form_fields_validation_message', ['name' => 'name'])

 


@include($view_path.'.includes.book_detail')