@extends('layouts.app') @section('title', 'Incentive/Discount Slab Details') @section('pages')
@include('layouts.partials.nav-menu')
@csrf @method('post')
@include('incentive-slabs.details.table')
@endsection @section('js') @endsection