@extends('layouts.'.$namespaceName.'.master') @section('title') {{$title}} @endsection @section('content')
@include('message') @include('breadcrumb')
{{trans('operator/system-configurations.system-configurations')}}
{{$title}}
@method('PUT') @csrf @foreach($data->groupValues as $groupValue) @if($groupValue->key == 'activate_map')
@error($groupValue->key)
{{$message}}
@enderror
@else
@error($groupValue->key)
{{$message}}
@enderror
@endif @endforeach
@endsection