@extends('admin.layouts.app') @push('css') @endpush @section('content') {{ $users->count() }} Total Users {{ $faqs }} Total FAQ's {{-- --}} {{ $mappings }} Total Mappings {{-- --}} {{-- {{ $subscriptions }} Total Subscriptions --}} Users Name Email Phone Status @forelse ($users ?? [] as $user) {!! $user->name !!} {!! $user->email !!} {!! $user->phone_number !!} {!! $user->is_active ? 'Active' : 'Inactive' !!} @empty No Users Found @endforelse @endsection
Total Users
Total FAQ's
Total Mappings
Total Subscriptions