@extends('layouts.admin') @section('title', 'Dashboard') @section('content') {{--
--}} {{--
--}} {{--

Dashboard

--}} {{-- Generate Report --}} {{--
--}} @if ($app_settings[0]->add_on('world_clock'))
World Clock
{{--
--}} {{--
--}}
{{--
--}} {{--
--}}
{{--
--}} {{--
--}}
{{--
--}} {{--
--}}
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@endif
Lead Clients
{{$dashboard['clients']['leads']}}
Prospect Clients
{{$dashboard['clients']['prospect']}}
{{-- --}}
Opportunity Clients
{{$dashboard['clients']['opportunity']}}
{{--
--}}
Converted Clients
{{$dashboard['clients']['converted']}}
{{--
--}} {{--
--}}
@if ($org->add_on('usi') == 0)
User Activities
@else
No Usi / Not Verified
@endif
    @if ($org->add_on('usi') == 1) @else @if ($activities == null)
  • No Activities

  • @else @foreach ($activities as $act)
  • @php $url = explode('/', $act['url']); $module = ucfirst($url[3]); @endphp

    {{$act['firstname']}} {{$act['lastname']}}

    {{ucfirst($act['event'])}} a data entry {{$act['dname']}} under {{str_replace('-',' ',$module)}} Module
    {{$act['created_min']}}

  • @endforeach @endif @endif
{{--
--}} @endsection @section('custom-js') {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endsection