@extends('layouts/web') @section('content')
@include('customer.partials.header')

{{ Auth::user()->name }}

{{ __('Total Played') }}

{{ Auth::user()->total_spent }}

{{ __('Overall Played') }}

{{ Auth::user()->overall_spent }}

{{-- --}}
@endsection @section('footer') @endsection