@extends('layouts.app') @section('title','Software & Services') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('product-feature-create', $authRolePermissions)) {{-- --}} Add Product @endif
@include('product-features.table')
@endsection