@extends('layouts.'.$namespaceName.'.master') @section('title') {{$title}} @endsection @section('content')
@include('message') @include('breadcrumb')
{{$title}}

@method('PUT') @csrf @foreach($data->groupValues as $groupValue)
@error('system_name')
{{$message}}
@enderror
@endforeach
@endsection