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

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

@include('projects.partials.nav-tabs')
@include('projects.partials.project-show')
@endsection