@extends('tracker::layouts.master') @section('title','Projects') @section('content') @include('tracker::components.partials.page_header',['title'=>'Projects','actionRoute'=>route('tracker.projects.create'),'actionLabel'=>'New Project'])
| Name | Key | Status | Issues | |
|---|---|---|---|---|
| {{ $p->name }} | {{ $p->key }} |
{{ ucfirst($p->status) }} | {{ $p->issues_count }} | Edit |
| No projects yet. Create one. | ||||