@extends('backend.layouts.app') @section('title') @lang("labels.config.$configItem") @stop @section('page-header')

@lang("labels.config.$configItem")

@stop @section('content') @livewire("config.manage-config-component", ["configItem" => $configItem]) @endsection