@extends('admin.layouts.master') @section('content')
@php $i=1; @endphp @foreach(App\Models\Category::all() as $category) @endforeach
SN Name Blog count Operation
{{ $i++ }} {{ $category->name }} {{ $category->blogs()->count() }}
@endsection