@foreach($permitData->notes()->orderBy('id','desc')->get() as $note) @endforeach
Content Created By Created On Action
{{$note->content}} {{$note->createdBy ? ($note->createdBy->first_name . " " . $note->createdBy->last_name) : ''}} {{date(config("site.dateTimeFormat",strtotime($note->created_at)))}} @if (request()->routeIs("*.edit")) @endif