@extends('layouts.admin') @section('content') table Combined with Actions @foreach($combinedTables as $table) {{ $table->table_id }} {{ $table->combined_with }} @endforeach @endsection