{{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", $managers, null, ["id" => "managers4create_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", $deputies, null, ["id" => "deputies4create_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 w-95", 'required', 'step'=>'10', 'min'=>'0', 'tabindex'=>'13']) }}
{{ 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"]) }}
{{ Form::select("activity_priority_id", $priorities, 3, ["class"=>"form-control m-field-input w-95", 'tabindex'=>'15']) }}
{{ 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'])}}
{{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'))}}