@php
$user=fauth()->user()->in_company?fauth()->user()->company[0]:fauth()->user();
$points=tax(option('rules_add_chances',0),false);
@endphp
{{ trans('app.cb_price') }}
: {{ (option('rules_add_chances',0)) }} {{trans('app.point')}}
{{ trans('app.tax') }}
: {{ tax(option('rules_add_chances',0)) }} {{trans('app.point')}}
{{ trans('app.current_points') }}
: {{ $user->points }} {{trans('app.point')}}
{{ trans('app.points_after_buy') }}
: {{ $user->points - $points }} {{trans('app.point')}}
@if($user->points -$points>=0)
@endif
{{$user->points - $points<0?trans('app.please_recharge'):''}}