All Table List
    @if ($tables->count() > 0) @foreach ($tables as $table)
  • {{$table->name}}
  • @endforeach
    {{ $tables->links() ?? '' }}
    @else
  • No results found.
  • @endif