@if(count($statistics)>0)
ID |
Category |
Quantity |
Slug |
Status |
Action |
@foreach($statistics as $statistic)
{{$statistic->id}} |
{{$statistic->title}} |
{{$statistic->price}} |
{{$statistic->slug}} |
@if($statistic->status=='active')
{{$statistic->status}}
@else
{{$statistic->status}}
@endif
|
|
@endforeach
@else
No statistics found!!! Please add statistic
@endif