@extends('layouts.app') @section('title',$category->seo_title?:$category->name) @section('content')

{{ $category->name }}

{{ $category->description }}

@foreach($products as $p)@endforeach
{{ $products->links() }}
@endsection