@extends('layouts.dashboard') @section('content') @include("partials.icons-dashboard")

Calendário

Gestão de contatos

Buscar Cliente

Faça sua busca

{!! Form::label('nome', 'por Nome ou Documento', ['class' => 'control-label']) !!}
{!! Form::text('nome', null, ['class' => 'form-control typeahead-autocomplete', 'autocomplete' => 'off']) !!} Digite o nome, cpf ou cnpj

Estatísticas

@include('gestao.estatisticas.progressbar', ['estatisticas' => $estatisticas, 'title_tab' => 'Suas estatísticas - Individuais']) @shield('user.estatisticas.gerenciais') @include('gestao.estatisticas.progressbar', ['estatisticas' => $estatisticas_gerenciais, 'title_tab' => 'Estatísticas Gerenciais (CRM)']) @endshield
@endsection @section('scripts_head') @endsection @section('scripts') @include('partials.script-home-dashboard') @include('partials.modal-help-estatisticas') @endsection