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