@php $revisions = [ [ 'title' => 'RWS024 REVISION CHECKLIST - COMMMODITIX', 'designated' => 'Content Writer - Supervisor', 'status' => 'Done', ], [ 'title' => 'RWS025 REVISION REPORT - PROJECT X', 'designated' => 'Content Writer - Supervisor', 'status' => 'Pending', ], [ 'title' => 'RWS026 REVISION DOCUMENT - SITE AUDIT', 'designated' => 'Content Writer - Supervisor', 'status' => 'Delayed', ], ]; @endphp
@if ($web_project_channels)
{{-- Search Input --}}
{{-- --}}
@foreach ($web_project_channels as $web_project_channel) @endforeach
Title Designated Status Actions
{{--
--}} {{ $web_project_channel->web_project->title }}
{{ $web_project_channel->type }} @php $statusClasses = [ 'Done' => 'text-green-700 bg-green-300', 'Pending' => 'text-yellow-700 bg-yellow-300', 'Delayed' => 'text-red-700 bg-red-300', 'Revision' => 'text-red-700 bg-red-300', ]; @endphp

{{ $web_project_channel->status }}

View

{{--

Edit

--}}

pagination here.

@else

No Revisions Yet

@endif