@extends('layouts.project') @section('subtitle', __('issue.update')) @section('action-buttons') @can('create', new App\Entities\Projects\Issue) {!! html_link_to_route('projects.issues.create', __('issue.create'), $project, ['class' => 'btn btn-success', 'icon' => 'plus']) !!} @endcan @endsection @section('content-project')
{{ $issue->title }}
{{ $issue->body }}
{!! $errors->first('issue_id', ':message') !!}