@extends('layout.default')
@section('breadcrumbs')
{{ $user->username }}
{{ __('bon.bonus') }} {{ __('bon.points') }}
{{ __('bon.earnings') }}
@endsection
@section('nav-tabs')
@include('user.buttons.user')
@endsection
@section('page', 'page__user-earning--index')
@section('content')
@livewire('user-earnings', ['userId' => $user->id])
@endsection