@csrf @method('DELETE')
Edit View
@if($editing ?? false)
@csrf @method('PUT')
@error('content') {{$message}} @enderror
@else

{{$idea->content}}

@endif
{{$idea->likes}}
{{$idea->created_at->format("n-d-Y")}}
@include('shared.comments-box')