@extends('layouts.app') @section('content')
@php $catId=request()->get('catId'); @endphp

{{$catId}}


@foreach($post as $row)

{{$row->title}}

@endforeach
@include('components.sidebar')
@endsection