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

Category Table

@if (session('status'))
{{ session('status') }}
@endif
{{-- --}} {{-- --}} @foreach ($category as $key => $categoryg) {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endforeach
S.N. Category Image Category Titlecategory NameShort DescriptionActions
{{ $key + 1 }}{{ $key + 1 }} {{ $categoryg->name }}{{ $categoryg->title }} {{ $categoryg->linkk }}{{strip_tags($categoryg->description)}}
{{--
{{ $category->links() }}
--}}
{{--
{{ $category->links('pagination::bootstrap-4') }}
--}}
@endsection