@foreach ($tpl as $item)
  • {{ $item->tpl_title }}
    @foreach ($logs as $log) @if ($log->tpl_uid == $item->tpl_uid) {{ date_format($log->created_at, 'Y-m-d') }} @endif @endforeach
  • @endforeach