@php use Illuminate\Support\Facades\Auth;$role = Auth::user()->role; @endphp @extends('backend.layouts.app') @section('PageTitle', 'Categories') @section('content')
@foreach($data as $item) @endforeach
Category Name Category Slug View Details Actions
{{$item->category_name}} {{$item->category_slug}}
@endsection @section('plugins') @endsection @section('js') @section('AjaxScript') @endsection @section('js') @endsection @endsection