@if($todos) @foreach($todos as $todo) @php $to_do_id = encode($todo['to_do_id']); @endphp
  • {{ $todo['title'] }}
  • @endforeach @endif