@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
SubCategory Name SubCategory Slug Related Category View Details Actions
{{$item->sub_category_name}} {{$item->sub_category_slug}} {{$item->category_name}}
@endsection @section('plugins') @endsection @section('js') @section('AjaxScript') @endsection @section('js') @endsection @endsection