@extends('layouts.app') @section('title','Products') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('product-create', $authRolePermissions)) Add New @endif
@include('products.table')
@endsection