@foreach($counters as $counter) @endforeach
Years Of Experience Satisfied Customers Complete Projects Award Winning Created At Action
{{ $counter->years_of_experience }} {{ $counter->satisfied_customers }} {{ $counter->complete_projects }} {{ $counter->award_winning }} {{ $counter->created_at }} {!! Form::open(['route' => ['counters.destroy', $counter->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}