@extends('layouts.admin') @section('title', $title ?? 'Category Regex List') @section('content')
This page lists regular expressions used for categorizing releases.
You can recategorize all releases by running misc/update/update_releases 6 true
| ID | Group | Description | Regex | Ordinal | Status | Category | Actions |
|---|---|---|---|---|---|---|---|
| {{ $row->id }} |
{{ $row->group_regex }}
|
{{ \Illuminate\Support\Str::limit($row->description, 50) }} |
{{ \Illuminate\Support\Str::limit(htmlspecialchars($row->regex), 50) }}
|
{{ $row->ordinal }} | @if($row->status == 1) Active @else Disabled @endif | {{ $row->categories_id }} |