@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 Dashboard Category Back Category Name: {{$cat_info->cat_name}} @endsection @section('scripts') @endsection