@extends('admin.layouts.app') @section('title','Project -> ' . $project->name) @section('css') @endsection @section('contents')
S/N | Name | Key | Priority | Time Created | Due Date | Status | Action |
---|---|---|---|---|---|---|---|
{{ $i++ }} | {{ $issue->summary }} | {{ $issue->key }} | {{ $issue->priority }} | {{ $issue->created_at->diffForHumans() }} | {{ date('d-m-Y', strtotime($issue->duedate)) }} | {{ $issue->status }} | @if($issue->is_added_to_jira === 0) add to Jira @else @endif |