@extends('layouts.admin') @section('title', $title ?? 'Collection Regex Test') @section('content')
| Binary ID | Subject | Match |
|---|---|---|
| {{ $row['binaryID'] ?? $row['id'] ?? 'N/A' }} | {{ \Illuminate\Support\Str::limit($row['subject'] ?? '', 100) }} |
@if(isset($row['match']) && $row['match'])
Match
@if(isset($row['name']))
Name: {{ $row['name'] }} @endif @else No Match @endif |