@extends('owner.layouts.master') @section('content')
  • Total Customers
    @if(isset($customers)) {{$customers->count()}} @else 0 @endif
  • Logins
    Total Logins
    @if(isset($totalLogins)) {{$totalLogins}} @else 0 @endif
  • Training Levels
    Total Levels Completed
    @if(isset($totalTrainingLevels)) {{$totalTrainingLevels}} @else 0 @endif
  • Products Sold
    Total revenue streams
    $3M
  • Total Orders
    Last year expenses
    1896
  • Clients
    Total Clients Profit
    $12.6k
Customer Data
@if(isset($customers)) @foreach($customers as $customer) @if(isset($customer->profile->location)) @else @endif @if(isset($customer->profile->job_role)) @else @endif @endforeach @endif
@lang('admin.Name') @lang('admin.Country') @lang('admin.Office') @lang('admin.Job Role')
{{ $customer->first_name.' '.$customer->last_name }} {{$customer->profile->country->name}}{{$customer->profile->location->name}}Location Not Set{{$customer->profile->job_role->name}}job_role Not Set
User Traffic
Yearly Traffic
Yearly Traffic
Weekly Traffic
@push('script') @endpush {{-- Charts HTML --}} {{--
1286
Yearly Visitors
--}} {{-- Charts Scripts --}} {{-- --}} @endsection