@extends('layouts.dashboard') @section('title', 'Previsão de Pagamentos') @section('title-dashboard') Previsão de Pagamentos @endsection @section('pg-home') @endsection @section('content') @parent {!! Form::open(['url' => 'pdfdivconteudo','id'=>'form_pdfdivconteudo','target'=>'_blank', 'class' => 'horizontal-form', 'files' => true]) !!}
{!! Form::hidden('titulo', 'PREVISÃO DE PAGAMENTOS', ['class' => 'form-control','id'=>'titulo','placeholder'=>'Titualo']) !!} {!! Form::hidden('conteudo', null, ['class' => 'form-control','id'=>'conteudo','placeholder'=>'Conteudo']) !!} {!! $errors->first('conteudo', '

:message

') !!}
{!! Form::close() !!}
Previsão de Pagamentos
{!! Form::open(['route' => 'relatorio-previsao-pagamentosPdf', 'class' => 'horizontal-form', 'target'=>'_blank','files' => true]) !!}

VENCIMENTO VALORES
( ! ) Notice: Undefined variable: contas in /home/radicalf/public_html/grupofrota/resources/views/relatorios/relatorio_previsao_pagamentos.blade.php on line 48
Call Stack
#TimeMemoryFunctionLocation
10.0022239592{main}( ).../relatorio_previsao_pagamentos.blade.php:0

( ! ) Warning: Invalid argument supplied for foreach() in /home/radicalf/public_html/grupofrota/resources/views/relatorios/relatorio_previsao_pagamentos.blade.php on line 48
Call Stack
#TimeMemoryFunctionLocation
10.0022239592{main}( ).../relatorio_previsao_pagamentos.blade.php:0
TOTAL:{{number_format(($total[0]->total),2,',','.')}}
{!! Form::close() !!}
@endsection