@extends('layouts.adminLayout.admin_design') @section('content')

{{ $title }}

{{ __('lbl.products_group') }} {{ __('lbl.action') }}
{{Form::hidden('productsgroupedit',route('productsgroup_edit'),['id'=>'productsgroupedit'])}} {{Form::hidden('productsgroupcreate',route('productsgroup_create'),['id'=>'productsgroupcreate'])}} {{Form::hidden('productsgrouplist',route('productsgroup'),['id'=>'productsgrouplist'])}} @endsection @section('pagescript') {!! Helper::datatablelib('productsgroup/list.js') !!} @stop