@extends('layout.default') @section('breadcrumbs') @endsection @section('nav-tabs') @include('user.buttons.user') @endsection @section('page', 'page__bonus--gift') @section('main')

{{ __('bon.gift-to') }}

@csrf

@endsection @section('sidebar')

{{ __('bon.your-points') }}

{{ $bon }}

{{ __('bon.no-refund') }}

{{ __('bon.exchange-warning') }}
@endsection