• @if($config->options->localized)

    @@lang('models/{{ $config->modelNames->camelPlural }}.plural')

    @else

    {{ $config->modelNames->humanPlural }}

    @endif