@extends('admin/layout') @section('page_title','View Category') @section('product_select','active') @section('product_cat_select','active') @section('content')

{{$cat_info->cat_name}} Category View

Category Name: {{$cat_info->cat_name}}


@endsection @section('scripts') @endsection