{{-- Your Points --}}

{{ number_format(auth()->user()->customer->point, 0, ",",".") }}

{{ __('checkout.available_points') }}
{{-- Points Form --}} @if(session('use_point')) {{-- Points Applied Display --}}
{{ __('checkout.points_applied') }}

{{ number_format(session('use_point'), 0, ",", ".") }} {{ __('checkout.points_used') }}

@else {{-- Apply Points Form --}}
@endif
{{-- SINGLE REUSABLE MODAL --}}