@extends('layout') @section('content')
Личный кабинет
Выход
Мой баланс
{{Auth::user()->balance}}
Ранг
{{$user_gift}}₽
Пополнений: {{$user_pays}} / {{$max_pays}}
Мои привязки
@if(Auth::user()->tg_id != NULL)
@endif
@endsection