@php Theme::set('pageTitle', __('Project Details')) @endphp
{{ RvMedia::image($project->image, $project->name, 'medium-rectangle') }}

{{ __('Project Details') }}

  • {{ __('Name:') }}{{ $project->name }}
  • @if ($category = $project->getMetaData('category', true))
  • {{ __('Category:') }}{!! BaseHelper::clean($category) !!}
  • @endif @if ($author = $project->author)
  • {{ __('Author:') }}{!! BaseHelper::clean($author) !!}
  • @endif @if ($client = $project->client)
  • {{ __('Client:') }}{!! BaseHelper::clean($client) !!}
  • @endif @if ($place = $project->place)
  • {{ __('Location:') }}{!! BaseHelper::clean($place) !!}
  • @endif @if ($socials = \Botble\Theme\Supports\ThemeSupport::getSocialSharingButtons($project->url, SeoHelper::getDescription()))
  • {{ __('Share:') }}
  • @endif

{{ $project->name }}

@if ($description = $project->description)

{!! BaseHelper::clean($description) !!}

@endif
{!! BaseHelper::clean($project->content) !!}