@extends('backend.app') @section('content')

Popular Category Manage

Popular Category Create

@csrf
@foreach($popular_categories as $key=> $item) @endforeach
Category Name Priority Action
{{$item->name}} {{$item->serial}}

{!! urldecode(str_replace("/?","?",$items->appends(Request::all())->render())) !!}

@endsection @push('js') @endpush