{{strtoupper(trans('app.attributes'))}}
{{trans('app.mandatory_sign')}}
{{ Form::label("activity_name", ucfirst(trans('app.name')), ["class"=>"frvc fwy form-label"]) }}
{{ Form::text("activity_name", null,["class"=>"form-control m-field-input", "autofocus", 'required', 'tabindex'=>'1']) }}
{{trans('app.mandatory_sign')}}
{{ Form::label("activity_type_id", ucfirst(trans('app.type')), ["class"=>"frvc fwy form-label"]) }}
{{ Form::select("activity_type_id", $activity_types, null, ["class"=>"form-control m-field-input w-95", 'required', 'placeholder'=>'', 'tabindex'=>'10']) }}
{{trans('app.mandatory_sign')}}
{{ Form::label("activity_code", ucfirst(trans('app.code')), ["class"=>"frvc fwy form-label"]) }}
{{ Form::text("activity_code", null,["class"=>"form-control m-field-input", 'required', 'tabindex'=>'2']) }}
{{ Form::label("activity_business_id", ucfirst(trans('app.business_department')), ["class"=>"frvc fwy form-label"]) }} {{ Form::select("activity_business_id", $businesses, null, ["class"=>"form-control m-field-input w-95", 'placeholder'=>'', 'tabindex'=>'11'])}}
{{ Form::label("activity_manager", ucfirst(trans('app.manager')), ["class"=>"frcc fwy form-label"]) }}
{{ Form::select("activity_manager", [], null, ["id" => "managers4update_list", "class"=>"form-control m-field-input", 'placeholder'=>'', 'tabindex'=>'3']) }}
{{ Form::label("activity_deputy", ucfirst(trans('app.deputy')), ["class"=>"frvc fwy form-label"]) }}
{{ Form::select("activity_deputy", [], null, ["id" => "deputies4update_list", "class"=>"form-control m-field-input", 'placeholder'=>'', 'tabindex'=>'4']) }}
{{trans('app.mandatory_sign')}}
{{ Form::label("activity_start_p", ucfirst(trans('app.start')), ["class"=>"frvc fwy form-label"]) }}
{{ Form::date("activity_start_p", null, ["class"=>"form-control m-field-input", 'required', 'tabindex'=>'5']) }}
{{ Form::label("activity_end_p", ucfirst(trans('app.deadline_upper')), ["class"=>"frvc fwy form-label opa-5"]) }}
{{ Form::date("activity_end_p", null, ["class"=>"form-control m-field-input", 'disabled']) }}
{{ Form::label("activity_enveloppe", ucfirst(trans('app.enveloppe')), ["class"=>"frvc fwy form-label"]) }}
{{ Form::number("activity_enveloppe", null, ["class"=>"form-control m-field-input sty-enveloppe-important w-95", 'required', 'step'=>'10', 'min'=>'0', 'tabindex'=>'13']) }}
{{ Form::label("activity_days_p_total", ucfirst(trans('app.planned')), ["class"=>"frvc fwy form-label w-95"])}}
{{ Form::text("activity_days_p_total", null, ["class"=>"form-control m-field-input sty-planned-total-imp w-95", 'disabled'])}}
{{ Form::label("activity_days_p", ucfirst(trans('app.left')), ["class"=>"frvc fwy form-label w-95"])}}
{{ Form::text("activity_days_p", null, ["class"=>"form-control m-field-input sty-left-imp w-95", 'disabled'])}}
{{Form::label("activity_days_r", ucfirst(trans('app.realized')), ["class"=>"frvc fwy form-label w-95"])}} {{Form::text("activity_days_r", null, ["class"=>"form-control m-field-input sty-realized-imp w-95", 'disabled'])}}
{{ Form::label("activity_date_requested", ucfirst(trans('app.date_request')), ["class"=>"frvc fwy form-label"]) }}
{{ Form::date("activity_date_requested",null,["class"=>"form-control m-field-input", 'tabindex'=>'6']) }}
{{ Form::label("activity_date_limit", ucfirst(trans('app.date_limit')), ["class"=>"frvc fwy form-label"]) }}
{{ Form::date("activity_date_limit", null, ["class"=>"form-control m-field-input", 'tabindex'=>'7']) }}
{{Form::label("activity_private", ucfirst(trans('app.privacy')), ["class"=>"frvc fwy form-label"])}} {{Form::select("activity_private", $privacies, null ,["class"=>"form-control m-field-input w-95", 'tabindex'=>'14'])}}
{{strtoupper(trans('app.indicators'))}}
{{ Form::label("activity_priority_id", ucfirst(trans('app.priority')), ["class"=>"frvc fwy form-label"]) }}
@if(!$has_entity) {{ Form::select("activity_priority_id", $priorities, 3, ["class"=>"form-control m-field-input w-95", 'placeholder'=>'', 'tabindex'=>'15', 'disabled']) }} @else {{ Form::select("activity_priority_id", $priorities, 3, ["class"=>"form-control m-field-input w-95", 'placeholder'=>'', 'tabindex'=>'15']) }} @endif
{{ Form::label("activity_state_id", ucfirst(trans('app.state_upper')), ["class"=>"frvc fwy form-label"]) }}
{{ Form::select("activity_state_id", $states, null, ["class"=>"form-control m-field-input w-95", 'tabindex'=>'16']) }}
{{Form::label("activity_weather_id", ucfirst(trans('app.weather')), ["class"=>"frvc fwy form-label"])}} {{Form::select("activity_weather_id", $weathers, null, ["class"=>"form-control m-field-input w-95", 'tabindex'=>'17'])}}
@if(session()->get('budget_option')==1)
{{strtoupper(trans('app.budget'))}}
{{ Form::label("activity_opex_p_total", strtoupper(trans('app.hr')), ["class"=>"frvc fwy form-label w-95"]) }}
({{ucfirst(trans('app.planned_total'))}})
{{ Form::text("activity_opex_p_total", null, ["class"=>"form-control m-field-input sty-planned-total-imp w-95", 'disabled']) }}
{{ Form::label("activity_opex_p", strtoupper(trans('app.hr')), ["class"=>"frvc fwy form-label w-95"]) }}
({{ucfirst(trans('app.left'))}})
{{ Form::text("activity_opex_p", null, ["class"=>"form-control m-field-input sty-left-imp w-95", 'disabled']) }}
{{Form::label("activity_opex_r", strtoupper(trans('app.hr')), ["class"=>"frvc fwy form-label w-95"])}}
({{ucfirst(trans('app.realized'))}})
{{Form::text("activity_opex_r", null , ["class"=>"form-control m-field-input sty-realized-imp w-95", 'disabled'])}}
{{ Form::label("activity_capex", ucfirst(trans('app.capex_initial')), ["class"=>"frvc fwy form-label w-95"]) }}
({{ucfirst(trans('app.capex_long'))}})
{{ Form::text("activity_capex", null, ["class"=>"form-control m-field-input sty-planned-total-imp bold w-95", 'disabled', 'step'=>'any', 'min'=>'0', 'tabindex'=>'7']) }}
{{ Form::label("activity_capex_consumed", ucfirst(trans('app.capex_consumed')), ["class"=>"frvc fwy form-label w-95"]) }}
({{ucfirst(trans('app.capex_long'))}})
{{ Form::text("activity_capex_consumed", null, ["class"=>"form-control m-field-input sty-realized-imp bold w-95", 'disabled', 'step'=>'any', 'min'=>'0', 'tabindex'=>'8']) }}
{{ Form::label("activity_opex", ucfirst(trans('app.opex_initial')), ["class"=>"frvc fwy form-label w-95"]) }}
({{ucfirst(trans('app.opex_long'))}})
{{ Form::text("activity_opex", null, ["class"=>"form-control m-field-input sty-planned-total-imp bold w-95", 'disabled', 'step'=>'any', 'min'=>'0', 'tabindex'=>'9']) }}
{{ Form::label("activity_opex_consumed", ucfirst(trans('app.opex_consumed')), ["class"=>"frvc fwy form-label w-95"]) }}
({{ucfirst(trans('app.opex_long'))}})
{{ Form::text("activity_opex_consumed", null, ["class"=>"form-control m-field-input sty-realized-imp bold w-95", 'disabled', 'step'=>'any', 'min'=>'0', 'tabindex'=>'10']) }}
{{Form::label("activity_budget_total", ucfirst(trans('app.total')), ["class"=>"frvc fwy form-label w-95"])}}
{{Form::text("activity_budget_total", null , ["class"=>"form-control m-field-input font-12px sty-budget-total-imp w-95", 'disabled'])}}
{{ Form::label("activity_budget_consumed", ucfirst(trans('app.consumed')), ["class"=>"frvc fwy form-label w-95"]) }}
{{ Form::text("activity_budget_consumed", null, ["class"=>"form-control m-field-input font-12px sty-realized-imp bold w-95", 'disabled']) }}
@endif
{{strtoupper(trans('app.documentary_link'))}}
{{ Form::label("activity_url", ucfirst(trans('app.link')), ["class"=>"frvc fwy form-label"]) }} {{ Form::text("activity_url", null, ["class"=>"form-control m-field-input", 'tabindex'=>'35']) }}
{{strtoupper(trans('app.description'))}}