{{--loading--}}

{{__('labels.loading')}}
{{--message--}}
@if (session()->has('success'))
{{ session('success') }}
@elseif(session()->has('fail'))
{{ session('fail') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{__('operator/system-configurations.server_date')}}
  • {{__('operator/system-configurations.endpoint')}} : {{$endpoint}}
  • {{__('operator/system-configurations.clientID')}} : {{$clientID}}
  • {{__('operator/system-configurations.clientSecret')}} : {{$clientSecret}}