date_format

コピーしました

copy


@foreach($articles as $article)
  {{$article->created_at->format('Y年m月d日')}}
@endforeach

改行 nl2br

コピーしました

copy

{!! nl2br(e($data->title)) !!}