📅  最后修改于: 2022-03-11 14:54:48.048000             🧑  作者: Mango
{!! Form::select('shipping_pincode',
$deliveryLocations->prepend('Please Select Delivery Location', '0'),
!empty($selected_location) ? $selected_location : '0',
array("class" => "form-control"))
!!}