@extends('admin.layout.master') @section('content')

Dashboard

{{$total_count}} Total Users
{{$onlineactive_users}} Total Online Users
{{$total_subscribe}} Total Subscribe Users
{{$onlineactive_users}} Total Active Users
{{$total_freetrial}} Free Trial Users
Recent Users
@if($users) @foreach($users as $k=>$user) @endforeach @endif
Sr. No. Full Name Email Mobile Number Registration Date Status Action
{{$k+1}} {{$user->first_name.' '.$user->last_name}} {{$user->email}} +{{trim($user->country_code,'+')}}-{{$user->mobile_number}} {{date('d-m-Y',strtotime($user->created_at))}} @if($user->status != 'blocked')
@else Not Active @endif