@extends('layouts.app') @section('title', 'Home') @php $curPlyers = 0; foreach($servers as $srv) { $curPlyers = $curPlyers + $srv->current_players; } @endphp @section('content')
{{ config_value('tag_line', 'Your best place for gaming.') }}
{{ config_value("home_box_{$i}_text", "Feature description for box {$i}.") }}
No servers are currently available.
{{ $news->short_description }}
Read More{{ config_value('home_call_to_action_text', 'Start your journey now and join our awesome community!') }}