@extends('master') @section('titulo') {{ Lang::get('compras/_13030.titulo-alterar') }} @endsection @section('estilo') @endsection @section('conteudo')
{{ Lang::get('master.info-geral') }}
BLOQUEIO == 1) ? 'checked' : '' }} />
NOTIFICACAO == 1) ? 'checked' : '' }} />
DESTAQUE == 1) ? 'checked' : '' }} />
TOTALIZA == 1) ? 'checked' : '' }} />
{{ Lang::get('compras/_13030.cota-extra') }}
{{ Lang::get('master.caract-restante') }}
{{ Lang::get('compras/_13030.outros-lancamentos') }}
{{ Lang::get('master.caract-restante') }}
@foreach( $outros as $outro ) @endforeach
{{ Lang::get('master.usuarios') }} {{ Lang::get('master.valor') }} {{ Lang::get('master.datahora') }} {{ Lang::get('master.obs') }} {{ Lang::get('master.excluir') }}
{{ $outro->USUARIO_NOME }} R$ {{ number_format($outro->VALOR, 2, ',', '.') }} {{ date_format(date_create($outro->DATAHORA), 'd/m/Y H:i:s') }} {{ $outro->OBSERVACAO }}
@include('helper.include.view.historico',['tabela' => 'TBCCUSTO_COTA', 'id' => $id]) @endsection @section('script') @append