@extends('layouts.app') @section('title', trans('feature.show')) @section('content') @include('features.partials.breadcrumb')

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

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