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