@extends('admin.admin') @section('title') Popular Category @endsection @section('content')

Popular Categories

@foreach ($popularCategories as $sl => $popularCategory) @endforeach
SL Category Action
{{ $sl + 1 }} {{ $popularCategory?->category?->name ?? '' }}

Create New

@csrf @isset($item) @method('PUT') @endisset
@error('category_id') {{ $message }} @enderror
@endsection