@extends('include.app')
@section('content')
@include('include.sidebar')
@include('include.headnavbar')
@if(count($counts) < 4)
@endif
| ID |
Heading |
Count |
Action |
@foreach ($counts as $count)
| {{$loop->iteration}} |
{{ $count->heading}}
|
{{ $count->count }} |
|
@endforeach
@endsection
@section('script')
@endsection