الاعدادات

@csrf

@lang('dashboard_settings.change_personal_information')

{{ /* auth()->user()->country->phonecode */ '20' . '+' }}

@lang('dashboard_settings.change_pssword_hint')

@error('old_password')

{{ $message }}

@enderror
{{--
@csrf @method('POST')

@lang('dashboard_settings.add_new_filter')

--}}

@lang('dashboard_settings.filters')

@lang('dashboard_settings.filter_management')

@foreach ($filters as $filter)

@lang('dashboard_settings.edit_filter')

@lang('dashboard_settings.edit_filter_data')

@csrf @method('PUT')
@lang('dashboard_settings.filter_name')
@lang('dashboard_settings.filter_description')
@endforeach
@lang('dashboard_settings.filter_name') @lang('dashboard_settings.filter_description') @lang('dashboard_accountants_tree.action')
{{$filter->name}} {{$filter->description}}

@lang('dashboard_settings.add_filter')

@lang('dashboard_settings.add_filter_data')

@csrf @method('POST')
@lang('dashboard_settings.filter_name')
@lang('dashboard_settings.filter_description')
@endsection