@extends('layouts.app') @include('layouts.footer') @section('content')

{{ $category->related_name}}

@include('layouts.list') @endsection