@extends('layout') @section('content')
Получай бонус каждые 24 часа
@php $promo_x = [0, 1, 1, 2, 3, 4, 4, 5, 5, 6, 7]; @endphp

Ваш множитель: x{{$promo_x[Auth::user()->rank]}}

Для безопасности привяжи свой Telegram
@if(Auth::check() && Auth::user()->tg_id == NULL) @else @endif
@if(Auth::check() && Auth::user()->tg_id == NULL) @endif @endsection