@extends('layouts.admin') @section('page', $page) @section('title', getSetting('APPLICATION_NAME') . ' | ' . $page) @section('content')

{{ $data['meeting'] }}

Meetings

More info

{{ $data['user'] }}

Users

More info

{{ getCurrencySymbol() . $data['income'] }}

Income

More info

{{ ucfirst(getSetting('AUTH_MODE')) }}

Auth Mode

More info

Users

Income ({{ getCurrencySymbol() }})

User Registration

Meetings

@endsection @section('script') @endsection