@extends('app-new') @push('content-header')
@endpush @section('content')| S. No. | --}}Requirement Title | Project Name | Requirement Category | Requirement Sub Category | Requirement Status | Action |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | --}}{{ $requirement->name }} | {{ $requirement->project?->project_name ?? '-' }} | {{ $requirement->category?->name ?? '-' }} | {{ $requirement->subcategory?->name ?? '-' }} | {{ ucfirst($requirement->status) }} | View Edit @if($requirement->status === 'open') @endif |
| No requirements found. | ||||||