{{ __('Counter') }}

{{ __('Available Translations') }}
@adminCan('counter.translate') @if ($code !== $languages->first()->code) @endif @endadminCan
@csrf @method('PUT')
@php($i=1) @foreach ($counters as $index => $counter)
@if ($code == $languages->first()->code) {{--
--}}
@endif
@php($i++) @endforeach
@adminCan('counter.update') @endadminCan