@can(\App\CRP::P_Comercial_E_edit)
@include('Comercial.componentes.0_info')
@else
@include('Comercial.componentes.0_info_static')
@endcan
@can(\App\CRP::P_Comercial_E_edit)
@include('Comercial.componentes.A_briefing__form')
@else
@include('Comercial.componentes.A_briefing_static')
@endcan
@can(\App\CRP::P_Comercial_E_edit)
@include('Comercial.componentes.A_cronograma_yearCalendar_stage_prod')
@else
@include('Comercial.componentes.A_cronograma_yearCalendar_static')
@endcan
@hasanyrole( [ App\CRP::R_Admin, App\CRP::R_Diretor ] )
@include('Comercial.componentes.ORCAMENTO.B_orcamento_static')
@endhasanyrole
@hasanyrole( [ App\CRP::R_Admin, App\CRP::R_Diretor, App\CRP::R_Func_Planejamento ] )
@include('Comercial.componentes.D_PDF_prod')
@endhasanyrole
@include('Comercial.componentes.logs')
@endsection
@section('form_scripts')
@can(\App\CRP::P_Comercial_E_edit)
@include('Comercial.componentes.A_briefing__form_scripts')
@include('Comercial.componentes.A_cronograma_yearCalendar_stage_prod_scripts')
@include('Comercial.componentes.D_PDF_scripts')
@else
@include('Comercial.componentes.A_cronograma_yearCalendar_static_scripts')
@endcan
@hasanyrole( [ App\CRP::R_Admin, App\CRP::R_Diretor ] )
@include('Comercial.componentes.ORCAMENTO.B_orcamento_static_scripts')
@endhasanyrole
@hasanyrole( [ App\CRP::R_Admin, App\CRP::R_Diretor, App\CRP::R_Func_Planejamento ] )
@include('Comercial.componentes.D_PDF_scripts')
@endhasanyrole
@endsection