@if(!$ordernotes->isEmpty()) @foreach ($ordernotes as $note)
{{ date('n/d/Y g:i A',strtotime($note->created_at)) }} / {{ $note->username }}

{{ $note->ordernotes }}

@endforeach @endif