@foreach($notes as $note)
  • {{showTimeFormat($note->created_at, 'M d, Y')}} · {{$note->name}}
    {!!$note->notes!!}
  • @endforeach