@extends('includes.layout') @section('title', 'Welcome') @section('content') Smarthub - RN

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
@endsection