@if( $unit == 'metric')
{{ __('cm') }}
{{ __('kg') }}
@endif @if( $unit == 'us')
{{ __('feet') }}
{{ __('inches') }}
{{ __('pounds') }}
@endif
@if ($generalSettings->captcha_status && ($generalSettings->captcha_for_registered || !auth()->check())) @endif
@if($data)
{{ __('Calories needed per day to maintain your current body weight') }}
{{ $data['tdee'] }}
@endif