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

{{ $title }} @if(Helper::checkAccess('establishments_group_add')) @endif

{{ __('lbl.establishmentsgroup') }} {{ __('lbl.action') }}
{{Form::hidden('establishmentgroupscreate',route('establishmentgroup_create'),['id'=>'establishmentgroupscreate'])}} {{Form::hidden('establishmentgroupsedit',route('establishmentgroup_edit'),['id'=>'establishmentgroupsedit'])}} {{Form::hidden('establishmentgroup',route('establishmentgroup'),['id'=>'establishmentgroups'])}} @endsection @section('pagescript') {!! Helper::datatablelib('establishmentsgroup/list.js') !!} @stop