@extends('layouts.public.main') @section('content')
{!! $activity->public_body !!}
@if(!$activity->pictures->isEmpty())
@endif
@endsection