@extends('layouts.default') @section('title', 'Dashboard') @section('content')
{{-- People --}}
{{-- Company Departments --}}
{{-- App Users --}}
{{-- Attendance --}}
{{-- Leave --}}
{{-- Reports --}}
{{-- Settings --}}
{{-- Training --}}
{{-- Documents --}}
{{-- Performance --}}
{{-- Chats --}}
@include('chat.dashboard_chat')
@include('chat.personal_chat')
{{-- Weather widgets --}}
NEW YORK WEATHER
@include('includes.weather-time')
@include('includes.timezone')
{{-- Client & Consultant Location --}}

States Wise Clients Map

{!! Form::select('map_data_type', ['clients'=>'Client', 'consultants' => 'Consultant'], 'consultants', ['class'=>'selectpicker', 'style'=>'width:100%;','id'=>'map_data_type', 'onchange'=>'mapLoadData($(this).val())']) !!}
Alternative content for the map
@include('includes.new-mail') {{-- Ends New Mail --}} {{-- Add Comment --}} @include('includes.new-comment') {{-- Ends Add Comment --}} {{-- Includes --}} @include('includes.date-range-script') @include('includes.morris-graph') @include('includes.datepicker') {{-- Call Status --}} {{-- Ends Call Status --}} {{-- MAP --}} @stop