@extends('includes.layout') @section('content') Smarthub - RN {{-- ============================================================ Global Search results view — shown only while an active search/filter is applied. Normal OAC page content (below) is hidden while this is visible, and restored once the search box + filters are cleared. ============================================================ --}} {{-- ============================================================ Normal OAC page content (unchanged) — hidden while a search/filter is active above. ============================================================ --}}

YouTube OAC OTL Forms


@foreach ($data as $item) @if($item->type == '1') @else @endif @endforeach
# Form Type UserName Submitted On Status Form Details Smarthub Report
{{ $item->ids }}{{ $item->id }}YouTube OAC Form {{ $item->username }} {{ $item->submitted_at }} @if($item->status == 'approve') Approved @elseif($item->status == 'reject') Rejected @elseif($item->status == '') Admin Action Needed @elseif($item->status == 'request') Requested Information @else {{ $item->status }} @endif