@extends('layouts.master') @section('content')

@lang('crud.detail') @lang('models/projects.singular')

@include('flash::message') {{-- Include Project attributes --}}
@include(strtolower(__('models/projects.plural')).'.show_fields') @if ($project->category === 'amc')
@endif
@include(strtolower(__('models/projects.plural')).'.projects_partials.comments')
@endsection