@extends('admin.layouts.app') @section('content')

Screening Verifications

Screening Verifications
@if (count($verifications) > 0) @foreach ($verifications as $index => $verification) @endforeach @else @endif
# Title (EN) Status Actions
{{ $index + 1 }} {{ $verification->title_en }} @if ($verification->status == 1) Active @else Dective @endif Edit
Records Not Found
@endsection