Want to access all of our courses? (30 h 09 min)
You also get:
Already a member? Login here
In users.blade.php, I am getting an undefined variable $item error. <Link modal href="/users/{{ $item->id }}"> Show </Link>
<Link modal href="/users/{{ $item->id }}"> Show </Link>
Did I miss where that variable got defined?
https://github.com/stevepurcell/splade1
It's automatic in the custom column cell, see the docs: https://splade.dev/docs/table-query-builder Section "Custom column cells"
Tell us what you like or what we can improve
Feel free to share anything you like or dislike about this page or the platform in general.
Your feedback has been received. We truly appreciate you taking the time to help us improve.
In users.blade.php, I am getting an undefined variable $item error.
<Link modal href="/users/{{ $item->id }}"> Show </Link>Did I miss where that variable got defined?
https://github.com/stevepurcell/splade1
It's automatic in the custom column cell, see the docs: https://splade.dev/docs/table-query-builder Section "Custom column cells"