{{\App::setLocale(Session::get('locale'))}} @extends('admin.layouts.app') @section('title', 'Dashboard ') @section('content-heading')

@lang('admin.dashboard')

@endsection @section('content')

@lang('admin.users')

@lang('admin.total_users') {{ $total_users }}
@lang('Point') {{ $point }}
@endsection