{{-- List of table revisions --}} @extends('layouts.app') @section('title', "Favouriting Users - $table->title") @php /** @var \App\Models\Table $table */ /** @var \App\Models\User[]|\Illuminate\Support\Collection $users */ @endphp @section('content') @include('table._table-subpage-header')

Favouriting Users

@foreach($users as $user) @endforeach
@endsection