@extends('layouts.adminapp') @section('title') {{ __('lng.ProductGroup') }} - {{ __('lng.Create') }} @endsection @section('open_product', 'open') @section('active_product', 'active') @section('active_product_group', 'active') @section('content')

{{ __('lng.ProductGroup') }}

{{ __('lng.CreateProductGroup') }}
@csrf
@error('name')
{{ $message }}
@enderror
@error('narration')
{{ $message }}
@enderror
@endsection