@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 =='endpoint') @error('endpoint')
{{$message}}
@enderror @else @error($groupValue->key)
{{$message}}
@enderror @endif
@endforeach
@endsection @push('js') @endpush