{{-- @if(isset($posts)) @foreach ( $posts as $index => $post ) --}} {{-- --}}
aaaaa
ddddd
new
{{--
@if($post->created_at)
{{__('created_at:')}} {{\Carbon\Carbon::parse($post->created_at)->diffForHumans()}}
@else
{{__('created_at:')}} {{__('NEVER')}}
@endif
--}} {{--
@if($post->updated_at)
{{__('updated_at:')}} {{\Carbon\Carbon::parse($post->updated_at)->diffForHumans()}}
@else
{{__('updated_at:')}} {{__('NEVER')}}
@endif
@if($post->title)
{{__('title:')}} {{$post->title}}
@else
{{__('title:')}} {{__('NEVER')}}
@endif
@if($post->next_post)
{{__('Next:')}} {{\Carbon\Carbon::parse($post->next_post)->diffForHumans()}}
@else
{{__('Next:')}} {{__('NEVER')}}
@endif
@if($post->last_post)
{{__('Last:')}} {{\Carbon\Carbon::parse($post->last_post)->diffForHumans()}}
@else
{{__('Last:')}} {{__('NEVER')}}
@endif
--}} {{-- --}} {{-- post --}} {{--
--}}
{{-- @endforeach @endif --}}
{{-- @include('profile.posts.create-social-post-form') --}} {{-- @php $thenext = '2024-10-11 06:11:00'; @endphp --}} {{--\Carbon\Carbon::parse($remaining)->diffForHumans()--}} {{-- @if ($post->last_posted) --}} {{--

The raffle has ended!

--}} {{-- @else --}} {{-- @php $this->hours = floor($remaining / 3600); $this->minutes = floor(($remaining % 3600) / 60); $this->seconds = $remaining % 60; @endphp --}} {{--

Time Remaining:

{{ str_pad($this->hours, 2, '0', STR_PAD_LEFT) }} : {{ str_pad($this->minutes, 2, '0', STR_PAD_LEFT) }} : {{ str_pad($this->seconds, 2, '0', STR_PAD_LEFT) }}

--}} {{-- --}} {{-- @endif --}} {{-- --}}