@if (($timeReading = $post->time_reading) && $timeReading > 0) {{ $timeReading == 1 ? __('1 minute read') : __(':count minutes read', ['count' => $timeReading]) }} @endif