@extends('layouts.app') @section('title','Category') @section('pages')
@include('layouts.partials.nav-menu')
{{$category->name}} / Sub Category
@if(in_array('website-content-category-edit', $authRolePermissions)) Edit Category @endif
@endsection @section('js') @endsection