@extends('user.layout') @if (!empty($counterInformation->language) && $counterInformation->language->rtl == 1) @section('styles') @endsection @endif @section('content')
{{ __('Edit Counter Information') }}
{{ __('Back') }}
@csrf

@if ( $userBs->theme != 'home_four' && $userBs->theme != 'home_five' && $userBs->theme != 'home_ten' && $userBs->theme != 'home_twelve')

{{ __('Click on the dropdown icon to select a icon.') }}
@else @endif

{{ __('The higher the serial number is, the later the Achievement will be shown.') }}

@endsection