{{$list->name}}

@can('delete', $list) @endcan
@can("update", $list)
@endcan
@if(!$filteredMovies->isEmpty())
    @foreach ($filteredMovies as $movie)
  • @endforeach
@else
"You complete me." Tom Cruise, Jerry Maguire
@endif

Settings

Collaborators
  • Viewer: Can view the list, but cannot make any changes.
  • Editor: Can add/remove movies from the list.
  • Admin: Can make any changes to the list including deleting it. Can also invite other users to collaborate on this list.
  • Bob
Invite collaborators Enter a comma separated list of emails.
@can('delete', $list)
@endcan