@extends('master.index') @section('meta') @endsection @section('content')

{{ $image->title }}

@if($next)
@endif @if($previous)
@endif

{{ $image->title }}

{{ t('Description') }}
@if(checkFavorite($image->id) == true) @else @endif

{!! nl2br(\App\Artvenue\Helpers\Smilies::parse($image->image_description)) !!}

{{ t('Details') }}

  • {{ $image->views }}
  • {{ $image->favorites->count() }}
  • {{ $image->comments->count() }}
  • {{ $image->downloads }}
@include('image.comment') @endsection @section('sidebar') @include('image.sidebar') @endsection