@extends('layouts.app') @section('title', 'Add Modules for Product Feature') @section('pages')
@include('layouts.partials.nav-menu')
@include('product-feature-modules.table')
@endsection