@extends('layout.dashboard') @section('title', $page_title) @section('content') @section('page_buttonheader') @include('sub.lib.buttonadd') @include('sub.lib.buttonsubmit', ['setup' => 'hidden data-type']) @include('sub.lib.buttonundo', ['setup' => 'hidden']) @endsection @section('page_breadcrumbs') GRAMS Management Customer Group @endsection
@include('sub.customergroup.customergroup_listing')
@include('sub.customergroup.customergroup_detail')
@endsection @section('path_page_css', mix('/css/customergroup.css')) @section('path_page_js', mix('/js/customergroup.js'))