@extends('welcom3') @section('content')
| Name | Client/Shop | Scope | Status | Action |
|---|---|---|---|---|
| {{$link->name}} |
@foreach($link->client as $lol)
{{$lol->client}} @endforeach |
@foreach($link->client as $lol)
@if($lol->ocronly == 1)
MYS OCR ONLY
,
@endif
@if($lol->ocrplusface == 1)
MYS OCR PLUS FACE
,
@endif
@if($lol->facecompare == 1)
FACECOMPARE
,
@endif
@if($lol->imageai == 1)
IMAGE AI
@endif
@endforeach
|
@if($link->active == 1) Active @else Inactive @endif | @can('CLIENT-EDIT') @endcan @can('CLIENT-DELETE') @endcan |