@extends('layouts.app') @section('title', 'Employee') @section('content') Product Group Manage Product Group Your product groups @can('product_group.create') Add @endcan @can('product_group.view') ID Groups Description Products ID @lang( 'messages.action' ) @endcan @stop @section('javascript') @endsection