@extends('adminlte.app') @section('content')

Objetivo Comercial

@if ($message = Session::get('success'))

{{ $message }}

@endif @if ($message = Session::get('danger'))

{{ $message }}

@endif
Editar objetivos
{{-- @csrf --}}
Filtros
@if ($comercial)
{{ $comercial->name }}
@csrf @method('PATCH') {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
Canais Trimestre 1 Trimestre 2 Trimestre 3 Trimestre 4
TFUEL
POSTOS
ILIDIO MOTA
GRANDES CONTAS
HP
TFUEL POSTOS ILIDIO MOTA GRANDES CONTASHPCanais Janeiro Fevereiro Março Abril Maio Junho Julho Agosto Setembro Outubro Novembro Dezembro
Janeiro
Fevereiro
Março
Abril
Maio
Junho
Julho
Agosto
Setembro
Outubro
Novembro
Dezembro
@endif
@endsection