@extends('layouts.app') @section('content')
@csrf @foreach($counters as $counter) {{$counter->name}}
@endforeach
@endsection