laravel eur float or double code example
Example 1: php float value
floatval ($var)
Example 2: show float laravel blade
<td>{{ number_format($variable_name->price, 2) }}</td>
floatval ($var)
<td>{{ number_format($variable_name->price, 2) }}</td>