@extends('layouts.app') @section('title','Incentive/Discount Slab') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('incentive-slab-create', $authRolePermissions)) @endif
@include('incentive-slabs.table')
@endsection