@extends('layouts.app') @php setlocale(LC_TIME, 'pt_BR', 'pt_BR.utf-8', 'pt_BR.utf-8', 'portuguese'); @endphp @section('title', 'Estação') @section('content')
Image placeholder
@can('coordenador-reman') Trocar @endcan Menssagem

{{$funcionario->name}}
{{$num_vendas}} Vendas
{{$num_clientes}} Clientes
{{$num_telemarketing}} Telemarketing
{{$funcionario->nome_empresa_usuario}}
{{$funcionario->nome_municipio_usuario}}
Tarefas
    @foreach($tarefas as $tarefa)
  • @if($tarefa->tipo_tarefa == 'retorno' ) @else @endif
    {{$tarefa->titulo_tarefa}}
    {{$tarefa->descricao_tarefa}}
    {{$tarefa->data_tarefa}}
  • @endforeach
@include('php.modal-tarefas') @include('php.modal-relatorio-produtos') @include('php.modal-relatorio-vendedores') @endsection @push('js') @if($retornar_ligacao > 0) @else @endif // @endpush