@extends('layouts.app') @section('content') {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
{{ __('Dashboard') }}
--}} {{--
--}} {{-- @if (session('status'))--}} {{-- --}} {{-- @endif--}} {{-- {{ __('You are logged in!') }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
Total Brands
{{ $totalBrands }} Active Brand's
Total Deals
{{ $totalDeals }} Active Deal's
Total Users
{{ $totalUsers }} Active User's
Notifications
{{ $pendingNotification }} Pending Notification

New Register User's

@foreach($users as $user)
@if($user->image) @else @endif
{{ $user->name }} created a profile.
{{ $user->created_at }}
@endforeach
@endsection