![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mcoil.corals.io/resources/views/admin/shared/ |
<div class="form-group"> <label for="weight">Weight </label> <div class="form-inline"> <input type="text" class="form-control input-lg col-md-6" id="weight" name="weight" placeholder="0" value="{{ number_format($product->weight, 2) }}"> <label for="mass_unit" class="sr-only">Mass unit</label> <select name="mass_unit" id="mass_unit" class="form-control custom-select input-lg col-md-6"> @foreach($weight_units as $key => $unit) <option @if($default_weight == $unit) selected="selected" @endif value="{{ $unit }}">{{ $key }} - ({{ $unit }})</option> @endforeach </select> </div> <div class="clearfix"></div> </div>