@extends('adminlte.app') @section('content') {{-- =========================================================== --}} {{-- 1. ESTILOS DO DESIGN SYSTEM (Premium Corporate) --}} {{-- =========================================================== --}}
@if ($message = Session::get('success'))
{{ $message }}
@endif @if ($message = Session::get('danger'))
{{ $message }}
@endif
@if (count($postos) > 1)
{{ $posto->nome_posto }}
@else

{{ $posto->nome_posto }}

@endif
Nova Sondagem @if($permissao->criar_folha_caixa) Criar Folha de Caixa @endif
{{-- COLUNA 1: DADOS FIXOS E BOMBAS (Esquerda) --}}
@if ($permissao->exibir_informacao_contrato)
@endif
{{-- COLUNA 2: OPERAÇÃO (Centro/Direita) --}}
{{-- Tabela de Preços --}}
Análise de Performance
Operacional
@if($permissao->exibir_todos_folha_caixa || $permissao->criar_folha_caixa)
@endif
{{-- MODAL POSTOS --}}
@endsection