@extends('layouts.admin') @section('title', $title ?? 'Collection Regex List') @section('content')
This page lists regular expressions used for grouping binaries into collections.
You can test your regex patterns using the test feature.
| ID | Group | Description | Regex | Ordinal | Status | 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 |