@extends('Comercial.JobBase') @section('form')
@can(\App\CRP::P_Comercial_F_edit) @include('Comercial.componentes.0_info') @else @include('Comercial.componentes.0_info_static') @endcan
@include('Comercial.componentes.A_briefing_static')
@include('Comercial.componentes.A_cronograma_yearCalendar_static')
@include('Comercial.componentes.ORCAMENTO.B_orcamento_static')
@include('Comercial.componentes.B_condpagto_static')
@include('Comercial.componentes.D_PDF_prod')
@include('Comercial.componentes.logs')
{{--

Faturamento

Nome do Job:

{{$job->nome_job}}

Cliente:

{{$job->_ClienteConta()}}

Responsável:

{{$job->_Responsavel()}}

Data de entrega:

{{ \Carbon\Carbon::parse($job->previsao_entrega )->format('d/m/Y H:i') }}

PO:

{{ '?' }}

A/C:

{{ $contato_ac }}

E-mail:

{{ $contato_email }}

--}} @endsection @section('form_scripts') @include('Comercial.componentes.A_cronograma_yearCalendar_static_scripts') @include('Comercial.componentes.ORCAMENTO.B_orcamento_static_scripts') @include('Comercial.componentes.D_PDF_scripts') @endsection