@extends('layouts.adminapp') @section('content') {{-- ProductGroup --}}
@csrf @method('patch')

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

@error('name')
{{ $message }}
@enderror
@error('narration')
{{ $message }}
@enderror
@endsection