@extends('admin.default') @section('title', 'Admin | Recaptcha') @section('content')
Add Make
@foreach($recaptchaAlgo as $key=>$recaptcha) @endforeach
# Title Formula Status Action
{{$loop->iteration}} {{$recaptcha->title ?? ''}} {!! $recaptcha->formula ?? ''!!} @if($recaptcha->status == 'active') @elseif($recaptcha->status == 'resolved') @else @endif
Details
@csrf @method('DELETE')
@stop