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

Revenue Request OTL Forms


@foreach ($data as $item) @endforeach
# Form Type Assignee UserName Submitted On Status Form Details Smarthub Report
{{ $item->id }} Revenue Request Form @if(!empty($item->assigned_user_name) && $item->assigned_user_name != 'Luna AI')
{{ strtoupper(substr($item->assigned_user_name, 0, 2)) }} {{ $item->assigned_user_name }}
@else
! Unassigned
@endif
{{ $item->username }} {{ $item->submitted_at }} @if(in_array($item->status, ['approve', 'reject', 'request'])) Archived @else Open @endif