@extends('layouts.app') @section('title', trans('feature.show')) @section('content')

{{ $feature->name }} {{ trans('feature.show') }}

@include('features.partials.feature-show')
@include('projects.partials.project-show', ['project' => $feature->project])
@endsection