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

{{ $data['meeting'] }}

{{ __('Meetings') }}

{{ __('More info') }}

{{ $data['user'] }}

{{ __('Users') }}

{{ __('More info') }}

{{ $data['income'] }}

{{ __('Income') }}

{{ __('More info') }}

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

{{ __('Auth Mode') }}

{{ __('More info') }}

{{ __('Users') }}

{{ __('Income') }}

{{ __('User Registration') }}

{{ __('Meetings') }}

@endsection @section('script') @endsection