You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

21 lines
449 B

@extends('layouts.app')
@section('title')
{{ $project->name }} - @yield('subtitle', trans('project.show'))
@endsection
@section('content')
@include('projects.partials.breadcrumb')
<h1 class="page-header">
<div class="pull-right">
@yield('action-buttons')
</div>
{{ $project->name }} <small>@yield('subtitle', trans('project.show'))</small>
</h1>
@include('projects.partials.nav-tabs')
@yield('content-project')
@endsection