@props(['type' => 'text', 'code', 'value', 'holder' => null, 'url' => null, 'test' => null])
@if (trans("admin.system.hint.$code") !== "admin.system.hint.$code") @isset($url) {!! trans("admin.system.hint.$code", ['url' => $url]) !!} @else {!! trans("admin.system.hint.$code") !!} @endisset @isset($test) @can('admin.test.notify') [{{ trans('admin.system.notification.send_test') }}] @endcan @endisset @endif