@extends('layout') @section('content')

@include('partials.breadcrumb')

@if(count($cat) >0)
Categories
@endif @stop