@extends('layouts.app') @section('title', __('gym::lang.gym')) @section('content') @include('gym::layouts.nav')
@component('components.widget')
@lang('gym::lang.total_member') {{ $total_members ?? 0 }}
@lang('gym::lang.active_member') {{ $active_members ?? 0 }}
@lang('gym::lang.new_member_this_month') {{ $registered_this_month ?? 0 }}
@endcomponent
@component('components.widget') @endcomponent
@component('components.widget') @endcomponent
@endsection