@extends('Comercial.JobBase') @section('form')
@can(\App\CRP::P_Comercial_B_edit) @include('Comercial.componentes.0_info') @else @include('Comercial.componentes.0_info_static') @endcan
@can(\App\CRP::P_Comercial_B_edit) @include('Comercial.componentes.A_briefing__form') @else @include('Comercial.componentes.A_briefing_static') @endcan
@can(\App\CRP::P_Comercial_B_edit) @include('Comercial.componentes.A_cronograma_yearCalendar') @else @include('Comercial.componentes.A_cronograma_yearCalendar_static') @endcan
@can(\App\CRP::P_Comercial_B_edit) @include('Comercial.componentes.ORCAMENTO.B_orcamento') @else @include('Comercial.componentes.ORCAMENTO.B_orcamento_static') @endcan
@can(\App\CRP::P_Comercial_B_edit) @include('Comercial.componentes.B_condpagto') @else @include('Comercial.componentes.B_condpagto_static') @endcan
@if( $job->aprov_diretoria == 1 )
@include('Comercial.componentes.C_aprovacaoDiretoria_static')
@endif
@include('Comercial.componentes.logs')
@endsection @section('form_scripts') @can(\App\CRP::P_Comercial_B_edit) @include('Comercial.componentes.A_briefing__form_scripts') @include('Comercial.componentes.A_cronograma_yearCalendar_scripts') @include('Comercial.componentes.ORCAMENTO.B_orcamento_ALL_scripts') @else @include('Comercial.componentes.A_cronograma_yearCalendar_static_scripts') @include('Comercial.componentes.ORCAMENTO.B_orcamento_static_scripts') @endcan @endsection