|
@@ -14,7 +14,7 @@ use App\Models\Bill;
|
|
use Soundasleep\Html2Text as Html2Text;
|
|
use Soundasleep\Html2Text as Html2Text;
|
|
|
|
|
|
if(!function_exists('toFeetAndInches')) {
|
|
if(!function_exists('toFeetAndInches')) {
|
|
- function toFeetAndInches($value, $ftLabel = 'ft.', $inLabel = 'in.') {
|
|
|
|
|
|
+ function toFeetAndInches($value, $ftLabel = ' ft.', $inLabel = ' in.') {
|
|
if(!$value) return '-';
|
|
if(!$value) return '-';
|
|
$value = round($value);
|
|
$value = round($value);
|
|
$ft = round(floor($value / 12));
|
|
$ft = round(floor($value / 12));
|