@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('admin/settings/general.labels_title') }} @parent @stop {{-- Page content --}} @section('content')
{{csrf_field()}}

{{ trans('admin/settings/general.labels') }}

{!! trans('admin/settings/general.label2_enable_help') !!}

@if ($setting->label2_enable) @include('partials.labels-new-engine') @else @include('partials.labels-legacy-engine') @endif
@stop @push('js') {{-- Can't use @script here because we're not in a livewire component so let's manually load --}} @livewireScripts @endpush