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