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

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

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