@extends('admin.layouts.master') @section('title') @lang('translation.Dashboards') @endsection @section('content') @component('admin.components.breadcrumb') @slot('li_1') Dashboards @endslot @slot('title') Dashboard @endslot @endcomponent @php $setting = \App\Setting::first(); @endphp @php $bank_diceGame = round(\Cache::get('diceGame.bank'), 2) ?? 200; $profit_diceGame = round(\Cache::get('diceGame.profit'), 2) ?? 0; $bank_minesGame = round(\Cache::get('minesGame.bank'), 2) ?? 200; $profit_minesGame = round(\Cache::get('minesGame.profit'), 2) ?? 0; $bank_coinGame = round(\Cache::get('coinGame.bank'), 2) ?? 200; $profit_coinGame = round(\Cache::get('coinGame.profit'), 2) ?? 0; @endphp

Настройки антиминуса

@endsection @section('script') @endsection