@extends('layouts.newheader') @section('pageTitle', $meta_title) @section('pageDescription', $meta_description) @section('pageKeyword', $meta_keywords) @section('content')

{{$cat_name}}

@foreach ($cat_list as $sub) @endforeach
@endsection