@extends('layouts.app') @section('title', $category->title) @section('content')
@include('layouts.navigation',['category'=>$category])
@endsection