@extends('layouts.app') @section('content')
{{--THEME OPTIONS--}}
@include('includes.display_filter_user')
{{ucfirst(trans('app.theme'))}}
{{method_field('post')}} {{csrf_field()}}
{{ucfirst(trans('app.colors'))}}
{{ucfirst(trans('app.density'))}}
{{ucfirst(trans('app.language'))}}
{{--INTERFACE OPTIONS--}}
@include('includes.display_filter_user')
{{ucfirst(trans('app.interface'))}}
{{method_field('post')}} {{csrf_field()}}
{{ucfirst(trans('app.default_home_page'))}}
{{ucfirst(trans('app.persistent_filters'))}}
{{ucfirst(trans('app.extended_names'))}}
{{ucfirst(trans('app.display_tables'))}}
{{ucfirst(trans('app.tables_density'))}}
{{--DISPLAY OPTIONS--}}
@include('includes.display_filter_user')
{{ucfirst(trans('app.display'))}}
{{method_field('post')}} {{csrf_field()}}
{{ucfirst(trans('app.pages'))}}{{trans('app.double_dot_separator')}}{{ucfirst(trans('app.all_wom_pls'))}}
{{ucfirst(trans('app.display_duration'))}}
{{ucfirst(trans('app.page'))}}{{trans('app.double_dot_separator')}}{{ucfirst(trans('app.tasks'))}}
{{ucfirst(trans('app.validated_tasks'))}}
{{ucfirst(trans('app.page'))}}{{trans('app.double_dot_separator')}}{{ucfirst(trans('app.activities'))}}
{{ucfirst(trans('app.validated_activities'))}}
{{ucfirst(trans('app.filter_activities'))}}
{{ucfirst(trans('app.filter_types'))}}
@if(session()->get('cra_validate'))
{{ucfirst(trans('app.page'))}}{{trans('app.double_dot_separator')}}{{ucfirst(trans('app.times'))}}
{{ucfirst(trans('app.filter_users'))}}
@endif
{{ucfirst(trans('app.page'))}}{{trans('app.double_dot_separator')}}{{ucfirst(trans('app.absences'))}}
{{ucfirst(trans('app.absences_to_display'))}}
{{--DASHBOARD OPTIONS--}}
@include('includes.display_filter_user')
{{ucfirst(trans('app.dashboards'))}}
{{method_field('post')}} {{csrf_field()}}
{{ucfirst(trans('app.dash_period_first_year'))}}
{{ucfirst(trans('app.dash_period_last_year'))}}
{{ucfirst(trans('app.dash_period_first_month'))}}
{{ucfirst(trans('app.dash_period_last_month'))}}
{{ucfirst(trans('app.dashboard_display_limit'))}}
{{--SECURITY OPTIONS--}}
@include('includes.display_filter_user')
{{ucfirst(trans('app.pass_change_password'))}}
@if (session('error'))
{{ session('error') }}
@endif
@csrf
@endsection