@extends('dashboard::layouts.hack-preview', ['hacks' => $hackathon->hacks, 'hackathon' => $hackathon]) @section('app-user-content')

{{ $hack->title }}

@if(!$hack->images->isEmpty()) Image @else Image @endif
{!! $hack->content_unlogged !!}
@if($hackathon->is_demo !== 1)
{{ $hackathon->people_purchased }} people purchased this hackathon
@endif
@endsection