@extends('layouts.admin') @section('title') @lang('Counter Section') @endsection @section('breadcrumb')

@lang('Counter Section')

@endsection @section('content')
@if ($gs->theme == 'theme4')

@lang('Counter Background') (@lang('recommended size (1920x672)'))

@csrf
@endif
@foreach ($counters as $item) @endforeach
@lang('Icon') @lang('Title') @lang('Counter Number') @lang('Action')
{{ $item->title }} {{ $item->counter_number }}
@endsection @push('script') @endpush