Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel select option form add please select option

{!! Form::select('shipping_pincode', 
	$deliveryLocations->prepend('Please Select Delivery Location', '0'),
	!empty($selected_location) ? $selected_location : '0',
	array("class" => "form-control"))
!!}
 
PREVIOUS NEXT
Tagged: #laravel #select #option #form #add #select #option
ADD COMMENT
Topic
Name
7+6 =