@extends('app') @section('content')
Faturamento do Job: {{ $job->nome_job }}
@include('flash::message')
@include('Comercial.componentes.0_info_static')
@include('Comercial.componentes.ORCAMENTO.B_orcamento_static')
@include('Financeiro.Jobs.jobs_show_valortotal')
@include('Financeiro.Jobs.jobs_show_parcelas')
@include('_fragments.modal', ['titulo'=>'Parcela']) @endsection @section('scripts') @include('Financeiro.Jobs.jobs_show_parcelas_scripts') @include('Comercial.componentes.ORCAMENTO.B_orcamento_static_scripts') @endsection