@extends("academy.layout", ['service' => 'academy']) @section('academy-content')
아이엘츠를 위한 완벽 파트너
"더 넓은 세상으로 향하는 여러분의 미래에 아이엘츠 점수가 탄탄한 발판이 될 수 있도록 함께 고민하고 가이드 하겠습니다."
Career클라라
더 넓은 세상으로 향하는 여러분의 미래에
아이엘츠 점수가 탄탄한 발판이 될 수 있도록
함께 고민하고 가이드 하겠습니다.
1 체계적인 수업
2 오답 완벽 학습
3 높은 학생 만족도
제목 | 작성일 |
---|---|
@if ($article->created_at->addDays(1) > now()->toDateTimeString() )
new
@endif
{{ $article->title }}
{!! !empty($article->comments) and $article->comments->count()>0 ? '('. $article->comments->count() .')':'' !!}
|
{{ $article->created_at->format('Y.m.d') }} |
제목 | 작성일 |
---|---|
@if ($article->created_at->addDays(1) > now()->toDateTimeString() )
new
@endif
{{ $article->title }}
{!! !empty($article->comments) and $article->comments->count()>0 ? '('. $article->comments->count() .')':'' !!}
|
{{ $article->created_at->format('Y.m.d') }} |