@extends('layouts.app') @section('content')

{{ $list->name }}

@if (!$list->is_public)
Accès privé
@endif
@foreach ($columns as $c) @endforeach @foreach ($rows as $r) @foreach ($columns as $c) @endforeach @endforeach
{{ $c }}
{{ data_get($r, $c) }}
{{ $rows->links() }}
@endsection