@extends('Comercial.JobBase') @section('form')
@if( auth()->check() && auth()->user()->hasAnyRole( [ App\CRP::R_Admin, App\CRP::R_Diretor ] ) ) @include('Comercial.componentes.0_info') @else @include('Comercial.componentes.0_info_static') @endif
@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.C_aprovacaoDiretoria_static')

Gerar PDF do Orçamento

@include('Comercial.componentes.D_aprovacaoCliente_static')
@include('Comercial.componentes.logs')
@endsection @section('form_scripts') @include('Comercial.componentes.A_cronograma_yearCalendar_static_scripts') @include('Comercial.componentes.ORCAMENTO.B_orcamento_static_scripts') @endsection