@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

{{ __('counter_serial_number_text') }}

@endsection