@extends('layouts.app') @section('title', trans('feature.show') . ' | ' . $feature->name . ' | ' . $feature->project->name) @section('content') @include('features.partials.breadcrumb')

{!! link_to_route('features.edit', trans('feature.edit'), [$feature->id], ['class' => 'btn btn-warning']) !!} {!! link_to_route('projects.features', trans('feature.back_to_index'), [$feature->project_id, '#' . $feature->id], ['class' => 'btn btn-default']) !!}
{{ $feature->name }} {{ trans('feature.show') }}

@include('features.partials.feature-show')
@include('features.partials.feature-tasks-operation')
@include('features.partials.feature-tasks') @endsection