@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.appUserProgress.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('user')) {{ $errors->first('user') }} @endif {{ trans('cruds.appUserProgress.fields.user_helper') }}
@if($errors->has('source')) {{ $errors->first('source') }} @endif {{ trans('cruds.appUserProgress.fields.source_helper') }}
@if($errors->has('total_activities')) {{ $errors->first('total_activities') }} @endif {{ trans('cruds.appUserProgress.fields.total_activities_helper') }}
@if($errors->has('finished_activities')) {{ $errors->first('finished_activities') }} @endif {{ trans('cruds.appUserProgress.fields.finished_activities_helper') }}
@if($errors->has('categories_started')) {{ $errors->first('categories_started') }} @endif {{ trans('cruds.appUserProgress.fields.categories_started_helper') }}
@if($errors->has('categories_finished')) {{ $errors->first('categories_finished') }} @endif {{ trans('cruds.appUserProgress.fields.categories_finished_helper') }}
@if($errors->has('words_started')) {{ $errors->first('words_started') }} @endif {{ trans('cruds.appUserProgress.fields.words_started_helper') }}
@if($errors->has('words_finished')) {{ $errors->first('words_finished') }} @endif {{ trans('cruds.appUserProgress.fields.words_finished_helper') }}
@if($errors->has('app_starts')) {{ $errors->first('app_starts') }} @endif {{ trans('cruds.appUserProgress.fields.app_starts_helper') }}
@if($errors->has('app_wakes')) {{ $errors->first('app_wakes') }} @endif {{ trans('cruds.appUserProgress.fields.app_wakes_helper') }}
@if($errors->has('network_errors')) {{ $errors->first('network_errors') }} @endif {{ trans('cruds.appUserProgress.fields.network_errors_helper') }}
@if($errors->has('updates_installed')) {{ $errors->first('updates_installed') }} @endif {{ trans('cruds.appUserProgress.fields.updates_installed_helper') }}
@if($errors->has('data_resets')) {{ $errors->first('data_resets') }} @endif {{ trans('cruds.appUserProgress.fields.data_resets_helper') }}
@endsection