@can(\App\CRP::P_Comercial_C_edit)
@include('Comercial.componentes.0_info')
@else
@include('Comercial.componentes.0_info_static')
@endcan
@can(\App\CRP::P_Comercial_C_edit)
@include('Comercial.componentes.A_briefing__form')
@else
@include('Comercial.componentes.A_briefing_static')
@endcan
@can(\App\CRP::P_Comercial_C_edit)
@include('Comercial.componentes.A_cronograma_yearCalendar')
@else
@include('Comercial.componentes.A_cronograma_yearCalendar_static')
@endcan
@include('Comercial.componentes.ORCAMENTO.B_orcamento_static')
@include('Comercial.componentes.B_condpagto_static')
@can(\App\CRP::P_Comercial_C_edit)
@include('Comercial.componentes.C_aprovacaoDiretoria')
@else
@include('Comercial.componentes.C_aprovacaoDiretoria_static')
@endcan
@include('Comercial.componentes.logs')
@endsection
@section('form_scripts')
@can(\App\CRP::P_Comercial_C_edit)
@include('Comercial.componentes.A_briefing__form_scripts')
@include('Comercial.componentes.A_cronograma_yearCalendar_scripts')
@else
@include('Comercial.componentes.A_cronograma_yearCalendar_static_scripts')
@endcan
@include('Comercial.componentes.ORCAMENTO.B_orcamento_static_scripts')
@endsection