$table->getRouteKey(), 'key' => [ 'public' => $table->getPublicKey(), 'route' => $table->getRouteKey(), ], 'name' => $table->name, 'description' => $table->description, 'restaurant_id' => $table->restaurant_id, 'deleted_at' => $table->deleted_at, 'user_id' => $table->user_id, 'user_type' => $table->user_type, 'PRIMARY' => $table->PRIMARY, 'id),' => $table->id),, 'url' => [ 'public' => trans_url('table/'.$table->getPublicKey()), 'user' => guard_url('table/table/'.$table->getRouteKey()), ], 'status' => trans('app.'.$table->status), 'created_at' => format_date($table->created_at), 'updated_at' => format_date($table->updated_at), ]; } }