@extends('app-new') @push('content-header') @endpush @section('content')

List All Tickets

Please View all Open Requirement List Below. You can take appropriate actions as per Requirement.

@foreach($tickets as $index => $ticket) @endforeach
Sr. No. Ticket Code Project Name Requirements Title Assigned Posted by Status Action
{{ $index + 1 }} {{ $ticket->ticket_code }} {{ $ticket->project?->project_name ?? '-' }} {{ $ticket->title }} {{ $ticket->assignee?->name ?? '-'}} {{ $ticket->creator?->name ?? '-' }} {{ $ticket->status }} View Edit Delete
@endsection